OPUS_{GET,SET}_LSB_DEPTH for multichannel.

This commit is contained in:
Gregory Maxwell 2012-07-13 20:55:23 -04:00
parent 1cd5d95b3f
commit bb389c67f9

View file

@ -407,6 +407,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
} }
} }
break; break;
case OPUS_GET_LSB_DEPTH_REQUEST:
case OPUS_GET_VBR_REQUEST: case OPUS_GET_VBR_REQUEST:
case OPUS_GET_APPLICATION_REQUEST: case OPUS_GET_APPLICATION_REQUEST:
case OPUS_GET_BANDWIDTH_REQUEST: case OPUS_GET_BANDWIDTH_REQUEST:
@ -446,6 +447,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
} }
} }
break; break;
case OPUS_SET_LSB_DEPTH_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: