[FFmpeg-cvslog] r18300 - trunk/libavcodec/vc1.c

conrad subversion
Wed Apr 1 10:06:30 CEST 2009


Author: conrad
Date: Wed Apr  1 10:06:30 2009
New Revision: 18300

Log:
Remove unused FILTSIGN macro

Modified:
   trunk/libavcodec/vc1.c

Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c	Wed Apr  1 03:22:36 2009	(r18299)
+++ trunk/libavcodec/vc1.c	Wed Apr  1 10:06:30 2009	(r18300)
@@ -310,7 +310,6 @@ static int bitplane_decoding(uint8_t* da
 
 /** @} */ //Bitplane group
 
-#define FILTSIGN(a) ((a) >= 0 ? 1 : -1)
 /**
  * VC-1 in-loop deblocking filter for one line
  * @param src source block type



More information about the ffmpeg-cvslog mailing list