[SCM] libav/experimental: Make exponent_group_tab[] static.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:10 UTC 2013


The following commit has been merged in the experimental branch:
commit e0698e4bbd3b7e444f0f4347cd9fbf6b5b400fc0
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Thu Dec 30 22:13:25 2010 +0000

    Make exponent_group_tab[] static.
    
    Originally committed as revision 26169 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 52cb58f..c8fbeee 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -153,7 +153,7 @@ typedef struct AC3EncodeContext {
  * LUT for number of exponent groups.
  * exponent_group_tab[exponent strategy-1][number of coefficients]
  */
-uint8_t exponent_group_tab[3][256];
+static uint8_t exponent_group_tab[3][256];
 
 
 /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list