Commit da425800 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne

Add VA API pixfmt (only VLD is available ATM).

Originally committed as revision 18309 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d326cf7f
......@@ -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
};
......
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