[FFmpeg-soc] [soc]: r240 - amr/amrdata.h

superdump subversion at mplayerhq.hu
Thu Jun 7 17:14:22 CEST 2007


Author: superdump
Date: Thu Jun  7 17:14:22 2007
New Revision: 240

Log:
Remove more latent DOS line breaks. I'm using emacs now.

Modified:
   amr/amrdata.h

Modified: amr/amrdata.h
==============================================================================
--- amr/amrdata.h	(original)
+++ amr/amrdata.h	Thu Jun  7 17:14:22 2007
@@ -1141,36 +1141,36 @@ static const uint8_t track_position[16] 
 static const uint8_t dgray[8] = { 0, 1, 3, 2, 5, 6, 4, 7 };
 
 // pitch gain tables
-// attenuation factors for the adaptive codebook gain
-static const uint16_t pitch_gain_attenuation[7] = {
-    32767,
-    32112,
-    32112,
-    26214,
-    9830,
-    6553,
-    6553
+// attenuation factors for the adaptive codebook gain
+static const uint16_t pitch_gain_attenuation[7] = {
+    32767,
+    32112,
+    32112,
+    26214,
+    9830,
+    6553,
+    6553
 };
 
-// quantisation table for the adaptive codebook gain (MODE_795, MODE_122)
-#define N_PITCH_QUANTS 16
-static const uint16_t pitch_gain_quant[N_PITCH_QUANTS] = {
-   0,
-   3277,
-   6556,
-   8192,
-   9830,
-   11469,
-   12288,
-   13107,
-   13926,
-   14746,
-   15565,
-   16384,
-   17203,
-   18022,
-   18842,
-   19661
+// quantisation table for the adaptive codebook gain (MODE_795, MODE_122)
+#define N_PITCH_QUANTS 16
+static const uint16_t pitch_gain_quant[N_PITCH_QUANTS] = {
+   0,
+   3277,
+   6556,
+   8192,
+   9830,
+   11469,
+   12288,
+   13107,
+   13926,
+   14746,
+   15565,
+   16384,
+   17203,
+   18022,
+   18842,
+   19661
 };
 
 /**************************** end of tables *****************************/



More information about the FFmpeg-soc mailing list