summaryrefslogtreecommitdiff
path: root/libavcodec/h264_direct.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-02-13 13:04:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-02-13 13:04:11 +0000
commit923bcb404804dae142e878cf05115dfbf2d35cd7 (patch)
tree8672ebf211baf7f59b6f7a72c1062394862b5534 /libavcodec/h264_direct.c
parentaf0d6581e1f934b820b9fce314d4ed8ca581e759 (diff)
100l Forgoten hunk.unbreak compile before someone notices.
Originally committed as revision 21789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_direct.c')
-rw-r--r--libavcodec/h264_direct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c
index a8fb6b32db..bcdb542f4b 100644
--- a/libavcodec/h264_direct.c
+++ b/libavcodec/h264_direct.c
@@ -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){