Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-03-06 17:53:13 +0300
committerMichael Niedermayer <michaelni@gmx.at>2006-03-06 17:53:13 +0300
commite027d0a81ee012b3876a616f49dd84be66ff34f5 (patch)
tree82513a2169f724332c334026bfd74477af9c478a /libavcodec/ac3tab.h
parent43a80ccee52bd478cbc5b575f9b4424de352138d (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.h2
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];