[SCM] opencore-amr packaging branch, master, updated. debian/0.1-40-g85fa493

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon May 18 08:53:51 UTC 2009


The following commit has been merged in the master branch:
commit e8347c954b78bf408e6445876797ed28368f641a
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 04:20:06 2009 -0400

    Fix compiler warning.
    
    Remove extern keyword from defined variable.

diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_output_format_tab.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_output_format_tab.cpp
index 147989f..4bce4e5 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_output_format_tab.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/enc_output_format_tab.cpp
@@ -150,7 +150,7 @@ extern "C"
     /* for WMF output format.                                       */
     /* Each entry is the sum of the 3GPP frame type byte and the    */
     /* number of packed core AMR data bytes                         */
-    extern const Word16 WmfEncBytesPerFrame[16] =
+    const Word16 WmfEncBytesPerFrame[16] =
     {
         13, /* 4.75 */
         14, /* 5.15 */
@@ -173,7 +173,7 @@ extern "C"
 
     /* Number of data bytes in an encoder frame for each codec mode */
     /* for IF2 output format                                        */
-    extern const Word16 If2EncBytesPerFrame[16] =
+    const Word16 If2EncBytesPerFrame[16] =
     {
         13, /* 4.75 */
         14, /* 5.15 */

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list