# HG changeset patch # User michael # Date 1266066251 0 # Node ID e81668fc717a1ea002da5e777aba06dd049d8bda # Parent 9004c61e3aa09a94da6374009fa454dfd6c05447 100l Forgoten hunk.unbreak compile before someone notices. diff -r 9004c61e3aa0 -r e81668fc717a h264_direct.c --- a/h264_direct.c Sat Feb 13 13:02:25 2010 +0000 +++ b/h264_direct.c Sat Feb 13 13:04:11 2010 +0000 @@ -379,7 +379,6 @@ 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){