shithub: opus

Download patch

ref: d14a5ab3a71fa88b28f103aeffa9e1b86992f5b3
parent: 04cca289dc1cd273768753724896009d1eb18849
author: Jean-Marc Valin <[email protected]>
date: Tue Aug 23 20:53:38 EDT 2011

fixes a build issue introduced in the s/signal/frame/ patch

--- a/silk/silk_pitch_analysis_core.c
+++ b/silk/silk_pitch_analysis_core.c
@@ -467,7 +467,7 @@
                 input_frame_ptr[ i ] = SKP_RSHIFT( frame[ i ], shift );
             }
         } else {
-            input_frame_ptr = (opus_int16*)signal;
+            input_frame_ptr = (opus_int16*)frame;
         }
         /*********************************************************************************/