[vlc-commits] AVcodec: use the proper version number for HEVC
Jean-Baptiste Kempf
git at videolan.org
Sun Nov 3 11:03:19 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 3 11:02:37 2013 +0100| [50c01bdb100f2fba51ff797d65f4897f832460a9] | committer: Jean-Baptiste Kempf
AVcodec: use the proper version number for HEVC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50c01bdb100f2fba51ff797d65f4897f832460a9
---
modules/codec/avcodec/fourcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 47de3d3..8f7f31a 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -221,7 +221,7 @@ static const struct
{ VLC_CODEC_MSS2, AV_CODEC_ID_MSS2, VIDEO_ES },
#endif
-#ifdef AV_CODEC_ID_H265 // FFmpeg 55.37.100
+#if LIBAVCODEC_VERSION_CHECK( 55, 24, 0, 37, 100 )
{ VLC_CODEC_HEVC, AV_CODEC_ID_HEVC, VIDEO_ES },
#endif
More information about the vlc-commits
mailing list