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

Gwenole Beauchesne git at videolan.org
Tue Mar 29 10:52:15 CEST 2011


ffmpeg | branch: master | Gwenole Beauchesne <gbeauchesne at splitted-desktop.com> | Thu Jan 27 16:01:43 2011 +0100| [a18e7b4fb77d3799cf21110b5e6dda4691a295b3] | committer: Gwenole Beauchesne

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a18e7b4fb77d3799cf21110b5e6dda4691a295b3
---

 libavcodec/vaapi_vc1.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c
index c61a5bd..02186c3 100644
--- a/libavcodec/vaapi_vc1.c
+++ b/libavcodec/vaapi_vc1.c
@@ -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.rangered                        = v->rangered;
     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_height                                         = s->avctx->coded_height;
     pic_param->entrypoint_fields.value                              = 0; /* reset all bits */



More information about the ffmpeg-cvslog mailing list