oops, fix build broken by previous patch
This commit is contained in:
parent
17e14fb3e1
commit
a31e9fd24c
1 changed files with 0 additions and 2 deletions
|
@ -500,8 +500,6 @@ static int opus_multistream_encoder_init_impl(
|
||||||
!validate_ambisonics(st->layout.nb_channels, NULL, NULL))
|
!validate_ambisonics(st->layout.nb_channels, NULL, NULL))
|
||||||
return OPUS_BAD_ARG;
|
return OPUS_BAD_ARG;
|
||||||
#endif
|
#endif
|
||||||
)
|
|
||||||
return OPUS_BAD_ARG;
|
|
||||||
ptr = (char*)st + align(sizeof(OpusMSEncoder));
|
ptr = (char*)st + align(sizeof(OpusMSEncoder));
|
||||||
coupled_size = opus_encoder_get_size(2);
|
coupled_size = opus_encoder_get_size(2);
|
||||||
mono_size = opus_encoder_get_size(1);
|
mono_size = opus_encoder_get_size(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue