From e027d0a81ee012b3876a616f49dd84be66ff34f5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 6 Mar 2006 14:53:13 +0000 Subject: switch ac3enc to av_crc Originally committed as revision 5116 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3tab.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/ac3tab.h') 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]; -- cgit v1.2.3