Skip to content

Commit

Permalink
OpusMSDecoder does not have an arch field
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Sep 10, 2018
1 parent 5d4db02 commit eb55ebf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/opus_multistream_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
static void validate_ms_decoder(OpusMSDecoder *st)
{
validate_layout(&st->layout);
#ifdef OPUS_ARCHMASK
celt_assert(st->arch >= 0);
celt_assert(st->arch <= OPUS_ARCHMASK);
#endif
}
#define VALIDATE_MS_DECODER(st) validate_ms_decoder(st)
#else
Expand Down

0 comments on commit eb55ebf

Please sign in to comment.