diff --git a/src/opus_multistream_decoder.c b/src/opus_multistream_decoder.c index 93a1c5fb2..121b33ad5 100644 --- a/src/opus_multistream_decoder.c +++ b/src/opus_multistream_decoder.c @@ -444,6 +444,7 @@ int opus_multistream_decoder_ctl_va_list(OpusMSDecoder *st, int request, case OPUS_GET_GAIN_REQUEST: case OPUS_GET_LAST_PACKET_DURATION_REQUEST: case OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST: + case OPUS_GET_COMPLEXITY_REQUEST: { OpusDecoder *dec; /* For int32* GET params, just query the first stream */ @@ -518,6 +519,7 @@ int opus_multistream_decoder_ctl_va_list(OpusMSDecoder *st, int request, } break; case OPUS_SET_GAIN_REQUEST: + case OPUS_SET_COMPLEXITY_REQUEST: case OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST: { int s;