fourcc: add VLC_CODEC_VAAPI_420_10BPP

This commit is contained in:
Thomas Guillem 2017-09-03 10:35:35 +02:00
parent f30c715db6
commit f67d933028
2 changed files with 3 additions and 1 deletions

View File

@ -352,6 +352,7 @@
/* VAAPI opaque surface */
#define VLC_CODEC_VAAPI_420 VLC_FOURCC('V','A','O','P') /* 4:2:0 8 bpc */
#define VLC_CODEC_VAAPI_420_10BPP VLC_FOURCC('V','A','O','0') /* 4:2:0 10 bpc */
/* MediaCodec/IOMX opaque buffer type */
#define VLC_CODEC_ANDROID_OPAQUE VLC_FOURCC('A','N','O','P')

View File

@ -707,7 +707,8 @@ static const struct
VLC_CODEC_CVPX_I420, VLC_CODEC_CVPX_BGRA },
FAKE_FMT() },
{ { VLC_CODEC_VAAPI_420 }, FAKE_FMT() },
{ { VLC_CODEC_VAAPI_420, VLC_CODEC_VAAPI_420_10BPP },
FAKE_FMT() },
{ { 0 }, FAKE_FMT() }
};