This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
hwcontext_vaapi: Enable P010 support
This is required for 10-bit surfaces.
tags/n3.3
Mark Thompson
8 years ago
parent
b8cac1e830
commit
eaaaabf6c9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/hwcontext_vaapi.c
+ 1
- 1
libavutil/hwcontext_vaapi.c
View File
@@ -109,7 +109,7 @@ 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),
Write
Preview
Loading…
Cancel
Save