changeset 8381:10aed1a9444b libavcodec

10l, svq3 didnt set h->cbp, this broke decoding a little.
author michael
date Thu, 18 Dec 2008 11:01:38 +0000
parents a7435ffc0015
children fe7d1c920aeb
files svq3.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/svq3.c	Thu Dec 18 06:00:12 2008 +0000
+++ b/svq3.c	Thu Dec 18 11:01:38 2008 +0000
@@ -681,6 +681,7 @@
         }
     }
 
+    h->cbp= cbp;
     s->current_picture.mb_type[mb_xy] = mb_type;
 
     if (IS_INTRA(mb_type)) {