OSDN Git Service

stagefright aacenc: Add missing newlines at the end of files
authorMartin Storsjo <martin@martin.st>
Wed, 31 Aug 2011 07:49:51 +0000 (10:49 +0300)
committerMartin Storsjo <martin@martin.st>
Fri, 13 Jan 2012 18:56:42 +0000 (20:56 +0200)
This avoids compiler warnings about missing newlines.

Change-Id: Ieb2bb7152d794dca47c629588879032d3ba65677

13 files changed:
media/libstagefright/codecs/aacenc/basic_op/oper_32b.c
media/libstagefright/codecs/aacenc/inc/config.h
media/libstagefright/codecs/aacenc/inc/sf_estim.h
media/libstagefright/codecs/aacenc/inc/transform.h
media/libstagefright/codecs/aacenc/src/aac_rom.c
media/libstagefright/codecs/aacenc/src/aacenc.c
media/libstagefright/codecs/aacenc/src/asm/ARMV5E/PrePostMDCT_v5.s
media/libstagefright/codecs/aacenc/src/asm/ARMV5E/R4R8First_v5.s
media/libstagefright/codecs/aacenc/src/asm/ARMV5E/Radix4FFT_v5.s
media/libstagefright/codecs/aacenc/src/asm/ARMV7/PrePostMDCT_v7.s
media/libstagefright/codecs/aacenc/src/asm/ARMV7/R4R8First_v7.s
media/libstagefright/codecs/aacenc/src/asm/ARMV7/Radix4FFT_v7.s
media/libstagefright/codecs/aacenc/src/band_nrg.c

index e48af9d..982f4fd 100644 (file)
@@ -358,4 +358,4 @@ Word32 pow2_xy(Word32 x, Word32 y)
   res = pow2Table[(POW2_TABLE_SIZE*fPart)/y] >> iPart;
 
   return(res);
-}
\ No newline at end of file
+}
index 3b29cef..b0b4c26 100644 (file)
@@ -33,4 +33,4 @@
 #define MINBITS_COEF           744
 
 
-#endif
\ No newline at end of file
+#endif
index 9039f25..997eba5 100644 (file)
@@ -43,4 +43,4 @@ EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
                      Word16          logSfbFormFactor[MAX_CHANNELS][MAX_GROUPED_SFB],
                      Word16          sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB],
                      const Word16    nChannels);
-#endif
\ No newline at end of file
+#endif
index fbac7aa..311cef5 100644 (file)
@@ -33,4 +33,4 @@ void Transform_Real(Word16 *mdctDelayBuffer,
                     Word16 windowSequence
                     );
 
-#endif
\ No newline at end of file
+#endif
index 08792e8..127322d 100644 (file)
@@ -2360,4 +2360,4 @@ const unsigned char bitrevTab[17 + 129] =
 0x4d, 0x59, 0x4f, 0x79, 0x53, 0x65, 0x57, 0x75, 0x5b, 0x6d, 0x5f, 0x7d, 0x67, 0x73, 0x6f, 0x7b,
 0x00, 0x08, 0x14, 0x1c, 0x22, 0x2a, 0x36, 0x3e, 0x41, 0x49, 0x55, 0x5d, 0x63, 0x6b, 0x77, 0x7f,
 0x00,
-};
\ No newline at end of file
+};
index b5e8a9c..ad2f29a 100644 (file)
@@ -492,4 +492,4 @@ VO_S32 VO_API voGetAACEncAPI(VO_AUDIO_CODECAPI * pDecHandle)
        pDecHandle->Uninit = voAACEncUninit;
 
        return VO_ERR_NONE;
-}
\ No newline at end of file
+}
index 103cc91..da21d5f 100644 (file)
@@ -128,4 +128,4 @@ PostMDCT_LOOP:
 PostMDCT_END:
        ldmia       sp!, {r4 - r11, pc}
        @ENDP  @ |PostMDCT|
-       .end
\ No newline at end of file
+       .end
index 72cb9a3..4ca4f31 100644 (file)
@@ -249,4 +249,4 @@ DATATab:
        .word       0x5a82799a
 
        @ENDP  @ |Radix8First|
-       .end
\ No newline at end of file
+       .end
index e81c82e..b59b967 100644 (file)
@@ -166,4 +166,4 @@ Radix4FFT_END:
        ldmia   sp!, {r4 - r11, pc}
 
        @ENDP  @ |Radix4FFT|
-       .end
\ No newline at end of file
+       .end
index 64d767a..b2bc9d9 100644 (file)
@@ -132,4 +132,4 @@ PostMDCT_END:
        ldmia     sp!, {r4 - r11, pc}
 
        @ENDP           @ |PostMDCT|
-       .end
\ No newline at end of file
+       .end
index 7fc5520..3033156 100644 (file)
@@ -143,4 +143,4 @@ Radix4First_END:
        ldmia                   sp!, {r4 - r11, pc}
 
        @ENDP  @ |Radix4First|
-       .end
\ No newline at end of file
+       .end
index b8655ae..f874825 100644 (file)
@@ -140,4 +140,4 @@ Radix4FFT_END:
        ldmia                           sp!, {r4 - r11, pc}
 
        @ENDP  @ |Radix4FFT|
-       .end
\ No newline at end of file
+       .end
index 7501af1..e4034b8 100644 (file)
@@ -99,4 +99,4 @@ void CalcBandEnergyMS(const Word32 *mdctSpectrumLeft,
   *bandEnergySideSum = accuSideSum;
 }
 
-#endif
\ No newline at end of file
+#endif