You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
hwcontext_vaapi: Enable P010 support
This is required for 10-bit surfaces.
This commit is contained in:
@@ -109,7 +109,7 @@ static struct {
|
|||||||
MAP(YUY2, YUV422, YUYV422),
|
MAP(YUY2, YUV422, YUYV422),
|
||||||
MAP(Y800, YUV400, GRAY8),
|
MAP(Y800, YUV400, GRAY8),
|
||||||
#ifdef VA_FOURCC_P010
|
#ifdef VA_FOURCC_P010
|
||||||
//MAP(P010, YUV420_10BPP, P010),
|
MAP(P010, YUV420_10BPP, P010),
|
||||||
#endif
|
#endif
|
||||||
MAP(BGRA, RGB32, BGRA),
|
MAP(BGRA, RGB32, BGRA),
|
||||||
//MAP(BGRX, RGB32, BGR0),
|
//MAP(BGRX, RGB32, BGR0),
|
||||||
|
Reference in New Issue
Block a user