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:
364df7b
)
10l, svq3 didnt set h->cbp, this broke decoding a little.
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 18 Dec 2008 11:01:38 +0000
(11:01 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 18 Dec 2008 11:01:38 +0000
(11:01 +0000)
Originally committed as revision 16214 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/svq3.c
patch
|
blob
|
history
diff --git
a/libavcodec/svq3.c
b/libavcodec/svq3.c
index
f6fe071
..
2051225
100644
(file)
--- a/
libavcodec/svq3.c
+++ b/
libavcodec/svq3.c
@@
-681,6
+681,7
@@
static int svq3_decode_mb(H264Context *h, unsigned int mb_type)
}
}
+ h->cbp= cbp;
s->current_picture.mb_type[mb_xy] = mb_type;
if (IS_INTRA(mb_type)) {