[FFmpeg-cvslog] r9547 - in trunk/libavcodec: cavs.h h264.c mpegvideo.h snow.c
Michael Niedermayer
michaelni
Mon Jul 9 01:37:18 CEST 2007
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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070709/6d3324fb/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list