[FFmpeg-cvslog] r21114 - trunk/libavcodec/internal.h

Alexander Strange astrange
Mon Jan 11 07:09:39 CET 2010


On Jan 10, 2010, at 11:34 PM, Michael Niedermayer wrote:

> On Sun, Jan 10, 2010 at 08:32:02PM -0500, Alexander Strange wrote:
>> 
>> On Jan 9, 2010, at 11:04 PM, michael wrote:
>> 
>>> Author: michael
>>> Date: Sun Jan 10 05:04:51 2010
>>> New Revision: 21114
>>> 
>>> Log:
>>> Fix implicit declaration warning.
>> 
>> r21129:
>> libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function ?ff_match_2uint16?
>> libavcodec/ituh263enc.c:143: warning: implicit declaration of function ?ff_match_2uint16?
>> libavcodec/svq1enc.c:97: warning: implicit declaration of function ?ff_match_2uint16?
>> 
>> And then:
>> libavcodec/svq1enc.c:98: warning: passing argument 1 of ?ff_match_2uint16? from incompatible pointer type
>> 
>> Patches for both attached.
> 
> please just commit such fixes, no need for patches these are obvious
> 10l mistakes from me
> blame me for not using colorgcc on the computer i worked on ...

OK, applied the first one.

Second is withdrawn, it turns out that gcc (including svn) just produces another warning instead, and it's not worth figuring it out.




More information about the ffmpeg-cvslog mailing list