diff h263.c @ 4162:4cd1a0848637 libavcodec

10000l to myself, fixing regression test failure
author michael
date Thu, 09 Nov 2006 01:23:47 +0000
parents f81bca10a740
children 671a64d357e0
line wrap: on
line diff
--- a/h263.c	Wed Nov 08 18:15:54 2006 +0000
+++ b/h263.c	Thu Nov 09 01:23:47 2006 +0000
@@ -3196,7 +3196,7 @@
     }
 
     while(v<=0xFF){
-        if(s->pict_type==B_TYPE || (v>>(8-s->pict_type)!=1))
+        if(s->pict_type==B_TYPE || (v>>(8-s->pict_type)!=1) || s->partitioned_frame)
             break;
         skip_bits(&s->gb, 8+s->pict_type);
         bits_count+= 8+s->pict_type;