[FFmpeg-devel] [PATCH] Fix compilation under gcc 2.95.3/x86_32

Michael Niedermayer michaelni
Mon Feb 15 10:42:07 CET 2010


On Sun, Feb 14, 2010 at 11:33:56PM -0800, Mike Melanson wrote:
> Index: libavcodec/h264_direct.c
> ===================================================================
> --- libavcodec/h264_direct.c	(revision 21829)
> +++ libavcodec/h264_direct.c	(working copy)
> @@ -149,7 +149,7 @@
>      const int16_t (*l1mv0)[2], (*l1mv1)[2];
>      const int8_t *l1ref0, *l1ref1;
>      const int is_b8x8 = IS_8X8(*mb_type);
> -    unsigned int sub_mb_type= MB_TYPE_L0L1;;
> +    unsigned int sub_mb_type= MB_TYPE_L0L1;
>      int i8, i4;
>      int ref[2];
>      int mv[2];
>
>
> MB_TYPE_L0L1 = LOL! :)

applied

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100215/bccfe456/attachment.pgp>



More information about the ffmpeg-devel mailing list