[FFmpeg-cvslog] r9372 - trunk/libavcodec/mpegvideo.c

benoit subversion
Wed Jun 20 09:08:00 CEST 2007


Author: benoit
Date: Wed Jun 20 09:08:00 2007
New Revision: 9372

Log:
remove unused constant definition


Modified:
   trunk/libavcodec/mpegvideo.c

Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c	(original)
+++ trunk/libavcodec/mpegvideo.c	Wed Jun 20 09:08:00 2007
@@ -79,9 +79,6 @@ void (*draw_edges)(uint8_t *buf, int wra
 //#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 */




More information about the ffmpeg-cvslog mailing list