[FFmpeg-cvslog] r9547 - in trunk/libavcodec: cavs.h h264.c mpegvideo.h snow.c
Måns Rullgård
mans
Mon Jul 9 01:46:00 CEST 2007
Michael Niedermayer <michaelni at gmx.at> writes:
> Hi
>
> On Mon, Jul 09, 2007 at 01:14:54AM +0200, mru wrote:
>> Author: mru
>> Date: Mon Jul 9 01:14:54 2007
>> New Revision: 9547
>>
>> Log:
>> trivial warning fixes
> [...]
>> Modified: trunk/libavcodec/mpegvideo.h
>> ==============================================================================
>> --- trunk/libavcodec/mpegvideo.h (original)
>> +++ trunk/libavcodec/mpegvideo.h Mon Jul 9 01:14:54 2007
>> @@ -871,7 +871,7 @@ int ff_h263_resync(MpegEncContext *s);
>> int ff_h263_get_gob_height(MpegEncContext *s);
>> void ff_mpeg4_init_direct_mv(MpegEncContext *s);
>> int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
>> -int ff_h263_round_chroma(int x);
>> +inline int ff_h263_round_chroma(int x);
>> void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
>
> hides warning doesnt fix gnuism inlining
What's gnu about it? Some *non*-gnu compilers can actually inline
functions across files...
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list