changeset 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 d5f97ae4f24f
children f549d1e685f7
files vc1.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;