Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libcelt/celt.c')
-rw-r--r--libcelt/celt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcelt/celt.c b/libcelt/celt.c
index fba7113..a57d3b4 100644
--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -1784,6 +1784,7 @@ int celt_encoder_ctl(CELTEncoder * restrict st, int request, ...)
celt_int32 value = va_arg(ap, celt_int32);
st->signalling = value;
}
+ break;
case CELT_RESET_STATE:
{
CELT_MEMSET((char*)&st->ENCODER_RESET_START, 0,
@@ -2659,6 +2660,7 @@ int celt_decoder_ctl(CELTDecoder * restrict st, int request, ...)
goto bad_arg;
st->stream_channels = value;
}
+ break;
case CELT_SET_SIGNALLING_REQUEST:
{
celt_int32 value = va_arg(ap, celt_int32);