# HG changeset patch # User kostya # Date 1158813971 0 # Node ID 78a02fd46b20ea9b46c294edbad1056f7de8b068 # Parent 805aee1f7cceaf8e3124e99b13c0b4b1344344bc Finally enable B-frame decoding as all known samples work perfect diff -r 805aee1f7cce -r 78a02fd46b20 vc1.c --- a/vc1.c Thu Sep 21 04:44:35 2006 +0000 +++ b/vc1.c Thu Sep 21 04:46:11 2006 +0000 @@ -4201,12 +4201,6 @@ return -1; } - /* skip B frames as they are not decoded correctly */ - if(s->pict_type == B_TYPE){ - av_free(buf2); - return buf_size; - } - // for hurry_up==5 s->current_picture.pict_type= s->pict_type; s->current_picture.key_frame= s->pict_type == I_TYPE;