# HG changeset patch # User kostya # Date 1155271290 0 # Node ID 7c0a476d0fde28fa5178a1d8151f9ed08c96ad8c # Parent d5f97ae4f24f402486fe08a46f9db72d8005e385 Disable B-frames decoding until I return and finish their proper decoding. diff -r d5f97ae4f24f -r 7c0a476d0fde vc1.c --- a/vc1.c Fri Aug 11 02:56:32 2006 +0000 +++ b/vc1.c Fri Aug 11 04:41:30 2006 +0000 @@ -3278,6 +3278,7 @@ return -1; if(s->pict_type != I_TYPE && !v->res_rtm_flag)return -1; + if(s->pict_type == B_TYPE)return -1; // for hurry_up==5 s->current_picture.pict_type= s->pict_type;