Browse Source

ac3: remove ff_ac3_critical_band_size_tab[] external declaration

This fixes compilation broken by 6ed3b504f9

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
21c900129c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/ac3tab.h

+ 0
- 1
libavcodec/ac3tab.h View File

@@ -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 uint16_t ff_ac3_db_per_bit_tab[4];
extern const int16_t ff_ac3_floor_tab[8]; extern const int16_t ff_ac3_floor_tab[8];
extern const uint16_t ff_ac3_fast_gain_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]; extern const uint16_t ff_eac3_default_chmap[8];


/** Custom channel map locations bitmask /** Custom channel map locations bitmask


Loading…
Cancel
Save