Commit d7894235 authored by michael's avatar michael

10l, svq3 didnt set h->cbp, this broke decoding a little.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16214 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 70fd383f
...@@ -681,6 +681,7 @@ static int svq3_decode_mb(H264Context *h, unsigned int mb_type) ...@@ -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; s->current_picture.mb_type[mb_xy] = mb_type;
if (IS_INTRA(mb_type)) { if (IS_INTRA(mb_type)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment