fix vdpau vc1 interlace modes

This commit is contained in:
Rainer Hochecker 2013-05-05 15:12:59 +02:00
parent cdfa1c89b7
commit b37cc5995b

View File

@ -59,7 +59,7 @@ static int vdpau_vc1_start_frame(AVCodecContext *avctx,
else
info->picture_type = s->pict_type - 1 + s->pict_type / 3;
info->frame_coding_mode = v->fcm;
info->frame_coding_mode = v->fcm ? v->fcm + 1 : 0;
info->postprocflag = v->postprocflag;
info->pulldown = v->broadcast;
info->interlace = v->interlace;