Add SET_MAX_BANDWIDTH to multistream encoder ctl list

Signed-off-by: Gregory Maxwell <greg@xiph.org>
This commit is contained in:
Daniel Jensen 2013-07-22 16:31:31 -06:00 committed by Gregory Maxwell
parent ecc81ee629
commit c0c0ef677d

View file

@ -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: