shithub: opus

Download patch

ref: 9ba205d790cff621d565e554093233b263f7ed0b
parent: dd6dec9c0218c1993a1512eb04d8b594518402c2
author: Timothy B. Terriberry <[email protected]>
date: Thu Dec 31 00:56:45 EST 2015

Actually fix pedantic build bustage.

--- a/src/opus_encoder.c
+++ b/src/opus_encoder.c
@@ -2454,8 +2454,8 @@
         {
            void *silk_enc;
            silk_EncControlStruct dummy;
-           silk_enc = (char*)st+st->silk_enc_offset;
            char *start;
+           silk_enc = (char*)st+st->silk_enc_offset;
 #ifndef DISABLE_FLOAT_API
            tonality_analysis_reset(&st->analysis);
 #endif