From 64e26e8c27cfdadb69a62898fb2fa7c223920f50 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Wed, 20 Jun 2007 07:08:00 +0000 Subject: remove unused constant definition Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/mpegvideo.c') 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 */ -- cgit v1.2.3