[vlc-commits] Add CineForm fourcc
Emeric Grange
git at videolan.org
Tue May 24 23:56:20 CEST 2016
vlc | branch: master | Emeric Grange <emeric.grange at gmail.com> | Tue May 24 20:42:54 2016 +0200| [74a16acdd385cf872aa9c9bac1e637e16a619c7a] | committer: Jean-Baptiste Kempf
Add CineForm fourcc
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74a16acdd385cf872aa9c9bac1e637e16a619c7a
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc_list.h | 2 ++
2 files changed, 3 insertions(+)
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
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index 0efac6e..15c92d5 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1078,6 +1078,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_DFA, "Chronomaster DFA"),
B(VLC_CODEC_HNM4_VIDEO, "Cryo Interactive Entertainment HNM4"),
+
+ B(VLC_CODEC_CINEFORM, "CineForm" ),
};
static const staticentry_t p_list_audio[] = {
More information about the vlc-commits
mailing list