[vlc-commits] Map FIC fourcc to libavcodec
Jean-Baptiste Kempf
git at videolan.org
Sat Feb 8 20:08:03 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 8 20:07:11 2014 +0100| [87d88aa85f082833ad92ef9d35838e285879139a] | committer: Jean-Baptiste Kempf
Map FIC fourcc to libavcodec
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87d88aa85f082833ad92ef9d35838e285879139a
---
modules/codec/avcodec/fourcc.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 0bd02cf..7101fd8 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -254,6 +254,11 @@ static const struct
#if LIBAVCODEC_VERSION_CHECK( 55, 24, 0, 37, 100 )
{ VLC_CODEC_HEVC, AV_CODEC_ID_HEVC, VIDEO_ES },
#endif
+
+#if LIBAVCODEC_VERSION_CHECK( 55, 33, 0, 50, 100 )
+ { VLC_CODEC_FIC , AV_CODEC_ID_FIC, VIDEO_ES },
+#endif
+
/* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */
/* ffmpeg only: AV_CODEC_ID_Y41P */
/* ffmpeg only: AV_CODEC_ID_EXR */
More information about the vlc-commits
mailing list