[FFmpeg-cvslog] r21830 - trunk/libavcodec/h264_direct.c

michael subversion
Mon Feb 15 10:11:00 CET 2010


Author: michael
Date: Mon Feb 15 10:11:00 2010
New Revision: 21830

Log:
10l ;; gcc 2.95 compilation fix by mike

Modified:
   trunk/libavcodec/h264_direct.c

Modified: trunk/libavcodec/h264_direct.c
==============================================================================
--- trunk/libavcodec/h264_direct.c	Mon Feb 15 02:24:50 2010	(r21829)
+++ trunk/libavcodec/h264_direct.c	Mon Feb 15 10:11:00 2010	(r21830)
@@ -149,7 +149,7 @@ static void pred_spatial_direct_motion(H
     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];



More information about the ffmpeg-cvslog mailing list