projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8696d
)
msdk: map MFX_FOURCC_AYUV to VA_FOURCC_AYUV
author
Haihao Xiang
<haihao.xiang@intel.com>
Fri, 8 Mar 2019 04:15:14 +0000
(12:15 +0800)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 25 Mar 2019 09:50:33 +0000
(09:50 +0000)
sys/msdk/msdk_libva.c
patch
|
blob
|
history
diff --git
a/sys/msdk/msdk_libva.c
b/sys/msdk/msdk_libva.c
index
7a5d554
..
171c2d3
100644
(file)
--- a/
sys/msdk/msdk_libva.c
+++ b/
sys/msdk/msdk_libva.c
@@
-65,6
+65,7
@@
static const struct fourcc_map gst_msdk_fourcc_mfx_to_va[] = {
#if (MFX_VERSION >= 1028)
FOURCC_MFX_TO_VA (RGB565, RGB565),
#endif
+ FOURCC_MFX_TO_VA (AYUV, AYUV),
{0, 0}
};