提交 a18e7b4f 编写于 作者: G Gwenole Beauchesne

vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.

上级 5c98af95
...@@ -160,6 +160,7 @@ static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t ...@@ -160,6 +160,7 @@ static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t
pic_param->sequence_fields.bits.syncmarker = s->resync_marker; pic_param->sequence_fields.bits.syncmarker = s->resync_marker;
pic_param->sequence_fields.bits.rangered = v->rangered; pic_param->sequence_fields.bits.rangered = v->rangered;
pic_param->sequence_fields.bits.max_b_frames = s->avctx->max_b_frames; pic_param->sequence_fields.bits.max_b_frames = s->avctx->max_b_frames;
pic_param->sequence_fields.bits.profile = v->profile;
pic_param->coded_width = s->avctx->coded_width; pic_param->coded_width = s->avctx->coded_width;
pic_param->coded_height = s->avctx->coded_height; pic_param->coded_height = s->avctx->coded_height;
pic_param->entrypoint_fields.value = 0; /* reset all bits */ pic_param->entrypoint_fields.value = 0; /* reset all bits */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册