diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-04-02 08:08:45 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-04-02 08:08:45 +0000 |
commit | da425800ee1d57d8a068a3704af464c863bd6921 (patch) | |
tree | 1a9c95b61027ca57793ccbdb0a8ee43ac80c5a6c /libavcodec | |
parent | d326cf7f8f5b2ae5b46dfd159bb8c9359eda4056 (diff) | |
download | ffmpeg-da425800ee1d57d8a068a3704af464c863bd6921.tar.gz |
Add VA API pixfmt (only VLD is available ATM).
Originally committed as revision 18309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index a21f06f718..bf1831f1f3 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -81,6 +81,7 @@ const enum PixelFormat ff_pixfmt_list_420[] = { }; const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = { + PIX_FMT_VAAPI_VLD, PIX_FMT_YUV420P, PIX_FMT_NONE }; |