[FFmpeg-devel] [PATCH] Fix compilation under gcc 2.95.3/x86_32
Mike Melanson
mike
Mon Feb 15 08:33:56 CET 2010
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! :)
--
-Mike Melanson
More information about the ffmpeg-devel
mailing list