Commit 5e373624 authored by kostya's avatar kostya

Disable B-frames decoding until I return and finish their proper decoding.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5980 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e411aebc
......@@ -3278,6 +3278,7 @@ static int vc1_decode_frame(AVCodecContext *avctx,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment