[FFmpeg-cvslog] r16214 - trunk/libavcodec/svq3.c
michael
subversion
Thu Dec 18 12:01:38 CET 2008
Author: michael
Date: Thu Dec 18 12:01:38 2008
New Revision: 16214
Log:
10l, svq3 didnt set h->cbp, this broke decoding a little.
Modified:
trunk/libavcodec/svq3.c
Modified: trunk/libavcodec/svq3.c
==============================================================================
--- trunk/libavcodec/svq3.c (original)
+++ trunk/libavcodec/svq3.c Thu Dec 18 12:01:38 2008
@@ -681,6 +681,7 @@ static int svq3_decode_mb(H264Context *h
}
}
+ h->cbp= cbp;
s->current_picture.mb_type[mb_xy] = mb_type;
if (IS_INTRA(mb_type)) {
More information about the ffmpeg-cvslog
mailing list