[vlc-commits] codec: avcodec: map cineform HD
Francois Cartegnie
git at videolan.org
Tue Feb 13 00:03:32 CET 2018
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 12 23:53:31 2018 +0100| [2bf3ccac8886ea87bbd81a67bc2ab6513e49dec4] | committer: Francois Cartegnie
codec: avcodec: map cineform HD
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2bf3ccac8886ea87bbd81a67bc2ab6513e49dec4
---
modules/codec/avcodec/fourcc.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 4020461218..b3be88263b 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -279,6 +279,10 @@ static const struct vlc_avcodec_fourcc video_codecs[] =
/* ffmpeg only: AV_CODEC_ID_SNOW */
/* ffmpeg only: AV_CODEC_ID_SMVJPEG */
+#if LIBAVCODEC_VERSION_CHECK( 57, 999, 999, 24, 102 )
+ { VLC_CODEC_CINEFORM, AV_CODEC_ID_CFHD },
+#endif
+
#if LIBAVCODEC_VERSION_CHECK( 57, 999, 999, 70, 100 )
{ VLC_CODEC_PIXLET, AV_CODEC_ID_PIXLET },
#endif
More information about the vlc-commits
mailing list