[FFmpeg-devel] [PATCH] vc1: Remove unused FILTSIGN macro

Kostya kostya.shishkov
Sun Jan 18 08:35:12 CET 2009


On Sat, Jan 17, 2009 at 07:26:44PM -0500, David Conrad wrote:
> Hi,
> 
> FILTSIGN in vc1.c is unused, this removes it.
> 

> Index: libavcodec/vc1.c
> ===================================================================
> --- libavcodec/vc1.c	(revision 16655)
> +++ libavcodec/vc1.c	(working copy)
> @@ -306,7 +306,6 @@
>  
>  /** @} */ //Bitplane group
>  
> -#define FILTSIGN(a) ((a) >= 0 ? 1 : -1)
>  /**
>   * VC-1 in-loop deblocking filter for one line
>   * @param src source block type

ok




More information about the ffmpeg-devel mailing list