Skip to content
Snippets Groups Projects
Commit bb389c67 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

OPUS_{GET,SET}_LSB_DEPTH for multichannel.

parent 1cd5d95b
No related branches found
No related tags found
No related merge requests found
......@@ -407,6 +407,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
}
}
break;
case OPUS_GET_LSB_DEPTH_REQUEST:
case OPUS_GET_VBR_REQUEST:
case OPUS_GET_APPLICATION_REQUEST:
case OPUS_GET_BANDWIDTH_REQUEST:
......@@ -446,6 +447,7 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
}
}
break;
case OPUS_SET_LSB_DEPTH_REQUEST:
case OPUS_SET_COMPLEXITY_REQUEST:
case OPUS_SET_VBR_REQUEST:
case OPUS_SET_VBR_CONSTRAINT_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