projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0d658
)
100l Forgoten hunk.unbreak compile before someone notices.
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Feb 2010 13:04:11 +0000
(13:04 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Feb 2010 13:04:11 +0000
(13:04 +0000)
Originally committed as revision 21789 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_direct.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/h264_direct.c
b/libavcodec/h264_direct.c
index
a8fb6b3
..
bcdb542
100644
(file)
--- 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){