Skip to content
Snippets Groups Projects
Verified Commit eb55ebfc authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

OpusMSDecoder does not have an arch field

parent 5d4db02f
Branches opus-ng-lace-integration5
No related tags found
No related merge requests found
......@@ -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
......
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