Commit 50c01bdb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AVcodec: use the proper version number for HEVC

parent 0697e180
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment