1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-17 05:01:41 +02:00

Add CineForm fourcc

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Emeric Grange 2016-05-24 20:42:54 +02:00 committed by Jean-Baptiste Kempf
parent d3cc365393
commit 74a16acdd3
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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[] = {