Skip to content
Snippets Groups Projects
Commit c0c0ef67 authored by Daniel Jensen's avatar Daniel Jensen Committed by Gregory Maxwell
Browse files

Add SET_MAX_BANDWIDTH to multistream encoder ctl list


Signed-off-by: default avatarGregory Maxwell <greg@xiph.org>
parent ecc81ee6
No related branches found
No related tags found
No related merge requests found
...@@ -969,6 +969,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) ...@@ -969,6 +969,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
case OPUS_SET_COMPLEXITY_REQUEST: case OPUS_SET_COMPLEXITY_REQUEST:
case OPUS_SET_VBR_REQUEST: case OPUS_SET_VBR_REQUEST:
case OPUS_SET_VBR_CONSTRAINT_REQUEST: case OPUS_SET_VBR_CONSTRAINT_REQUEST:
case OPUS_SET_MAX_BANDWIDTH_REQUEST:
case OPUS_SET_BANDWIDTH_REQUEST: case OPUS_SET_BANDWIDTH_REQUEST:
case OPUS_SET_SIGNAL_REQUEST: case OPUS_SET_SIGNAL_REQUEST:
case OPUS_SET_APPLICATION_REQUEST: case OPUS_SET_APPLICATION_REQUEST:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment