[SCM] libav/experimental: ac3: remove ff_ac3_critical_band_size_tab[] external declaration

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 21c900129c268587fa2df774242bfd8af72ff890
Author: Mans Rullgard <mans at mansr.com>
Date:   Tue Jan 25 15:48:46 2011 +0000

    ac3: remove ff_ac3_critical_band_size_tab[] external declaration
    
    This fixes compilation broken by 6ed3b504f984dc6cefde8d57a57726f9d30e5033
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h
index dd8cabf..36355d0 100644
--- a/libavcodec/ac3tab.h
+++ b/libavcodec/ac3tab.h
@@ -43,7 +43,6 @@ extern const uint16_t ff_ac3_slow_gain_tab[4];
 extern const uint16_t ff_ac3_db_per_bit_tab[4];
 extern const int16_t  ff_ac3_floor_tab[8];
 extern const uint16_t ff_ac3_fast_gain_tab[8];
-extern const uint8_t  ff_ac3_critical_band_size_tab[AC3_CRITICAL_BANDS];
 extern const uint16_t ff_eac3_default_chmap[8];
 
 /** Custom channel map locations bitmask

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list