diff vc1.c @ 3573:7c0a476d0fde libavcodec

Disable B-frames decoding until I return and finish their proper decoding.
author kostya
date Fri, 11 Aug 2006 04:41:30 +0000
parents a542b0325239
children 565d9ddd8eb3
line wrap: on
line diff
--- 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;