Commit 7e0623b7 authored by Mark Thompson's avatar Mark Thompson Committed by Michael Niedermayer

vaapi: Enable more libva surface formats

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 2fe04630
......@@ -86,16 +86,16 @@ static struct {
MAP(YUY2, YUV422, YUYV422),
MAP(Y800, YUV400, GRAY8),
#ifdef VA_FOURCC_P010
//MAP(P010, YUV420_10BPP, P010),
MAP(P010, YUV420_10BPP, P010),
#endif
MAP(BGRA, RGB32, BGRA),
//MAP(BGRX, RGB32, BGR0),
MAP(BGRX, RGB32, BGR0),
MAP(RGBA, RGB32, RGBA),
//MAP(RGBX, RGB32, RGB0),
MAP(RGBX, RGB32, RGB0),
MAP(ABGR, RGB32, ABGR),
//MAP(XBGR, RGB32, 0BGR),
MAP(XBGR, RGB32, 0BGR),
MAP(ARGB, RGB32, ARGB),
//MAP(XRGB, RGB32, 0RGB),
MAP(XRGB, RGB32, 0RGB),
};
#undef MAP
......
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