shithub: opus

Download patch

ref: befc25fb766be73e360d4a9482fc13e0360f616c
parent: db78df8c01d386ef1fff9c99d38f9f44f726cb9f
author: Jan Buethe <jbuethe@amazon.de>
date: Fri Feb 16 13:51:29 EST 2024

fixed compiler warning when building without dred

--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -1429,6 +1429,7 @@
    (void)max_dred_samples;
    (void)sampling_rate;
    (void)defer_processing;
+   (void)dred_end;
    return OPUS_UNIMPLEMENTED;
 #endif
 }
--