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

michael subversion
Sat Feb 13 14:04:11 CET 2010


Author: michael
Date: Sat Feb 13 14:04:11 2010
New Revision: 21789

Log:
100l Forgoten hunk.unbreak compile before someone notices.

Modified:
   trunk/libavcodec/h264_direct.c

Modified: trunk/libavcodec/h264_direct.c
==============================================================================
--- trunk/libavcodec/h264_direct.c	Sat Feb 13 14:02:25 2010	(r21788)
+++ trunk/libavcodec/h264_direct.c	Sat Feb 13 14:04:11 2010	(r21789)
@@ -379,7 +379,6 @@ single_col:
             if(!is_b8x8 && !(n&15))
                 *mb_type= (*mb_type & ~(MB_TYPE_8x8|MB_TYPE_16x8|MB_TYPE_8x16|MB_TYPE_P1L0|MB_TYPE_P1L1))|MB_TYPE_16x16|MB_TYPE_DIRECT2;
         }
-    }
 }
 
 static void pred_temp_direct_motion(H264Context * const h, int *mb_type){



More information about the ffmpeg-cvslog mailing list