diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2007-06-20 07:08:00 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-06-20 07:08:00 +0000 |
commit | 64e26e8c27cfdadb69a62898fb2fa7c223920f50 (patch) | |
tree | 407cd95ddeb5985d5ab8aa21ad73990dcc8c4845 /libavcodec/mpegvideo.c | |
parent | 995a30c06bc04045eeeea5aa7d987cd33fd1fcfb (diff) | |
download | ffmpeg-64e26e8c27cfdadb69a62898fb2fa7c223920f50.tar.gz |
remove unused constant definition
Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index ff282dc028..70ef18fba9 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -79,9 +79,6 @@ void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_e //#define DEBUG -/* for jpeg fast DCT */ -#define CONST_BITS 14 - #ifdef CONFIG_ENCODERS static const uint16_t aanscales[64] = { /* precomputed values scaled up by 14 bits */ |