ref: 4155a403473ca3f33d088496fdd302067e5fa9d1
parent: 3262664db46f248ea07ccbbbb9a78cfc44116bef
author: Gregory Maxwell <[email protected]>
date: Fri Jul 13 16:55:23 EDT 2012
OPUS_{GET,SET}_LSB_DEPTH for multichannel.
--- a/src/opus_multistream.c
+++ b/src/opus_multistream.c
@@ -403,6 +403,7 @@
}
}
break;
+ case OPUS_GET_LSB_DEPTH_REQUEST:
case OPUS_GET_VBR_REQUEST:
case OPUS_GET_APPLICATION_REQUEST:
case OPUS_GET_BANDWIDTH_REQUEST:
@@ -442,6 +443,7 @@
}
}
break;
+ case OPUS_SET_LSB_DEPTH_REQUEST:
case OPUS_SET_COMPLEXITY_REQUEST:
case OPUS_SET_VBR_REQUEST:
case OPUS_SET_VBR_CONSTRAINT_REQUEST: