[MPlayer-cvslog] r37301 - trunk/libmpdemux/mp_taglists.c
cehoyos
subversion at mplayerhq.hu
Sun Oct 19 16:29:00 CEST 2014
Author: cehoyos
Date: Sun Oct 19 16:29:00 2014
New Revision: 37301
Log:
Support mpegts/hevc streams with -demuxer lavf.
Modified:
trunk/libmpdemux/mp_taglists.c
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c Sun Oct 19 03:56:59 2014 (r37300)
+++ trunk/libmpdemux/mp_taglists.c Sun Oct 19 16:29:00 2014 (r37301)
@@ -119,6 +119,7 @@ static const struct AVCodecTag mp_codeci
#endif
{ AV_CODEC_ID_G729, MKTAG('G', '7', '2', '9') },
{ AV_CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
+ { AV_CODEC_ID_HEVC, MKTAG('H', 'E', 'V', 'C') },
{ AV_CODEC_ID_MP3, 0x55 },
{ AV_CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'V') },
#if LIBAVUTIL_VERSION_MICRO >= 100
More information about the MPlayer-cvslog
mailing list