[FFmpeg-cvslog] r9547 - in trunk/libavcodec: cavs.h h264.c mpegvideo.h snow.c
Benoit Fouet
benoit.fouet
Mon Jul 9 09:52:10 CEST 2007
M?ns Rullg?rd wrote:
> 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.
>
>
ok, done.
tell me if it's wrong...
--
Ben
Purple Labs S.A.
www.purplelabs.com
More information about the ffmpeg-cvslog
mailing list