Skip to content
Snippets Groups Projects
Commit 22345ef1 authored by Taihei Momma's avatar Taihei Momma Committed by Jean-Marc Valin
Browse files

Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-stream

parent 097fd4b1
No related branches found
No related tags found
No related merge requests found
......@@ -580,8 +580,6 @@ int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...)
case OPUS_SET_EXPERT_FRAME_DURATION_REQUEST:
{
opus_int32 value = va_arg(ap, opus_int32);
if (value<0 || value>1)
goto bad_arg;
st->variable_duration = value;
}
break;
......
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