[vlc-devel] [PATCH] Add CineForm fourcc
Emeric Grange
emeric.grange at gmail.com
Tue May 24 20:42:54 CEST 2016
---
include/vlc_fourcc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 3d14a51..3e6f67f 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -178,6 +178,7 @@
#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')
+#define VLC_CODEC_CINEFORM VLC_FOURCC('C','F','H','D')
/***********
* Chromas
--
2.8.3
More information about the vlc-devel
mailing list