diff svq3.c @ 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 4a01f7144da5
children 8263a5bf47e5
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)) {