oops, fix build broken by previous patch

This commit is contained in:
Jean-Marc Valin 2017-04-28 17:41:54 -04:00
parent 17e14fb3e1
commit a31e9fd24c
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8

View file

@ -500,8 +500,6 @@ static int opus_multistream_encoder_init_impl(
!validate_ambisonics(st->layout.nb_channels, NULL, NULL))
return OPUS_BAD_ARG;
#endif
)
return OPUS_BAD_ARG;
ptr = (char*)st + align(sizeof(OpusMSEncoder));
coupled_size = opus_encoder_get_size(2);
mono_size = opus_encoder_get_size(1);