move rematrixing band table to ac3dec_data.c

Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles
2008-06-08 21:09:02 +00:00
parent 7ed9a2ea50
commit 227322b837
3 changed files with 11 additions and 8 deletions

View File

@@ -34,4 +34,6 @@ extern const int16_t (*ff_eac3_vq_hebap[8])[6];
extern const uint8_t ff_eac3_frm_expstr[32][6];
extern const uint8_t ff_eac3_default_cpl_band_struct[18];
extern const uint8_t ff_ac3_rematrix_band_tab[5];
#endif /* FFMPEG_AC3DEC_DATA_H */