msdkvpp: add YV12 format to src pad
VPP YV12 output format support added since MFX_VERSION 1032. https://github.com/Intel-Media-SDK/MediaSDK/pull/2027
This commit is contained in:
parent
22eab50907
commit
09d41b0b7d
@ -54,7 +54,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (MFX_VERSION >= 1028)
|
#if (MFX_VERSION >= 1032)
|
||||||
|
#define EXT_SINK_FORMATS ", RGB16, Y410, Y210"
|
||||||
|
#define EXT_SRC_FORMATS ", YV12, Y410, Y210"
|
||||||
|
#elif (MFX_VERSION >= 1028)
|
||||||
#define EXT_SINK_FORMATS ", RGB16, Y410, Y210"
|
#define EXT_SINK_FORMATS ", RGB16, Y410, Y210"
|
||||||
#define EXT_SRC_FORMATS ", Y410, Y210"
|
#define EXT_SRC_FORMATS ", Y410, Y210"
|
||||||
#elif (MFX_VERSION >= 1027)
|
#elif (MFX_VERSION >= 1027)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user