Author: cmcq
Date: Wed Aug 12 23:25:46 2009
New Revision: 5056

Log:
Make data definitions static

Modified:
   amr/amrnbdata.h

Modified: amr/amrnbdata.h
==============================================================================
--- amr/amrnbdata.h     Wed Aug 12 22:50:37 2009        (r5055)
+++ amr/amrnbdata.h     Wed Aug 12 23:25:46 2009        (r5056)
@@ -1832,9 +1832,9 @@ static const float *formant_low_d = form
 
 // High-pass coefficients
 
-const float highpass_zeros[2] = { -2.0, 1.0 };
-const float highpass_poles[2] = { -1.933105469, 0.935913085 };
-const float highpass_gain = 0.939819335;
+static const float highpass_zeros[2] = { -2.0, 1.0 };
+static const float highpass_poles[2] = { -1.933105469, 0.935913085 };
+static const float highpass_gain = 0.939819335;
 
 #endif /* AVCODEC_AMRNBDATA_H */
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to