diff options
author | Michael Niedermayer | 2006-03-06 14:53:13 +0000 |
---|---|---|
committer | Michael Niedermayer | 2006-03-06 14:53:13 +0000 |
commit | e027d0a81ee012b3876a616f49dd84be66ff34f5 (patch) | |
tree | 82513a2169f724332c334026bfd74477af9c478a /libavcodec/ac3tab.h | |
parent | 43a80ccee52bd478cbc5b575f9b4424de352138d (diff) |
switch ac3enc to av_crc
Originally committed as revision 5116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r-- | libavcodec/ac3tab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index c56bf58dea..d8771fbeee 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -182,5 +182,3 @@ static int16_t sintab[64]; static int16_t fft_rev[512]; static int16_t xcos1[128]; static int16_t xsin1[128]; - -static uint16_t crc_table[256]; |