Commit 75ff8667 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Jean-Baptiste Kempf

Add DXV fourcc

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent aa3b5156
......@@ -176,6 +176,7 @@
#define VLC_CODEC_HQX VLC_FOURCC('C','H','Q','X')
#define VLC_CODEC_HQ_HQA VLC_FOURCC('C','U','V','C')
#define VLC_CODEC_HAP VLC_FOURCC('H','A','P','1')
#define VLC_CODEC_DXV VLC_FOURCC('D','X','D','3')
/***********
* Chromas
......
......@@ -271,6 +271,11 @@ static const struct
{ VLC_CODEC_HAP, AV_CODEC_ID_HAP, VIDEO_ES },
#endif
/* AV_CODEC_ID_DDS */
#if LIBAVCODEC_VERSION_CHECK( 57, 1, 0, 2, 100 )
{ VLC_CODEC_DXV, AV_CODEC_ID_DXV, VIDEO_ES },
#endif
#if LIBAVCODEC_VERSION_CHECK( 56, 31, 0, 46, 100 )
{ VLC_CODEC_G2M2, AV_CODEC_ID_G2M, VIDEO_ES },
{ VLC_CODEC_G2M3, AV_CODEC_ID_G2M, VIDEO_ES },
......
......@@ -716,6 +716,10 @@ static const staticentry_t p_list_video[] = {
E("Hap5", "Vidvox Hap Alpha"),
E("HapY", "Vidvox Hap Q"),
B(VLC_CODEC_DXV, "Resolume DXV"),
A("DXDI"),
E("DXD3", "Resolume DXV version 3"),
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
A("YV12"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment