Mercurial > libavcodec.hg
changeset 11141:e81668fc717a libavcodec
100l Forgoten hunk.unbreak compile before someone notices.
author | michael |
---|---|
date | Sat, 13 Feb 2010 13:04:11 +0000 |
parents | 9004c61e3aa0 |
children | 50eadf65efb7 |
files | h264_direct.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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){