[FFmpeg-cvslog] r9547 - in trunk/libavcodec: cavs.h h264.c mpegvideo.h snow.c

Måns Rullgård mans
Mon Jul 9 09:41:47 CEST 2007


Benoit Fouet <benoit.fouet at purplelabs.com> writes:

> mru wrote:
>> Author: mru
>> Date: Mon Jul  9 01:14:54 2007
>> New Revision: 9547
>>
>> Log:
>> trivial warning fixes
>>
>>
>> Modified: trunk/libavcodec/h264.c
>> ==============================================================================
>> --- trunk/libavcodec/h264.c	(original)
>> +++ trunk/libavcodec/h264.c	Mon Jul  9 01:14:54 2007
>> @@ -5714,7 +5714,6 @@ static int decode_cabac_residual( H264Co
>>  
>>      int index[64];
>>  
>> -    int last;
>>      int coeff_count = 0;
>>  
>>   
>
> this one breaks compilation here...
> ok to revert ?

Yes, of course, but please add an attribute_unused annotation to avoid
this happening again.

Sorry for breaking things.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list