[FFmpeg-devel] [PATCH] vc1: Remove unused FILTSIGN macro
David Conrad
lessen42
Wed Apr 1 10:06:29 CEST 2009
On Jan 18, 2009, at 2:35 AM, Kostya wrote:
> 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
Somehow I never applied this...
More information about the ffmpeg-devel
mailing list