Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/opus_multistream_decoder.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/opus_multistream_decoder.c b/src/opus_multistream_decoder.c
index e0bd4c66..562103cd 100644
--- a/src/opus_multistream_decoder.c
+++ b/src/opus_multistream_decoder.c
@@ -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