projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfcde9
)
10l ;; gcc 2.95 compilation fix by mike
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 15 Feb 2010 09:11:00 +0000
(09:11 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 15 Feb 2010 09:11:00 +0000
(09:11 +0000)
Originally committed as revision 21830 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_direct.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_direct.c
b/libavcodec/h264_direct.c
index 1253fcd211430d32d78ec8070e7ceb5b49a2b363..e461fea06f4a6f02b68130e2287ac055341d0b5b 100644
(file)
--- a/
libavcodec/h264_direct.c
+++ b/
libavcodec/h264_direct.c
@@
-149,7
+149,7
@@
static void pred_spatial_direct_motion(H264Context * const h, int *mb_type){
const int16_t (*l1mv0)[2], (*l1mv1)[2];
const int8_t *l1ref0, *l1ref1;
const int is_b8x8 = IS_8X8(*mb_type);
- unsigned int sub_mb_type= MB_TYPE_L0L1;
;
+ unsigned int sub_mb_type= MB_TYPE_L0L1;
int i8, i4;
int ref[2];
int mv[2];