[FFmpeg-cvslog] hevc: add ts demux support
Mickaël Raulet
git at videolan.org
Tue Oct 15 23:53:00 CEST 2013
ffmpeg | branch: master | Mickaël Raulet <mraulet at insa-rennes.fr> | Fri Oct 11 21:43:58 2013 +0200| [93c1fe4de3937df63c3d68e87dd7d2fabd5203c0] | committer: Michael Niedermayer
hevc: add ts demux support
cherry picked from commit 925ee44364a7bce58e2ac5bac91077ce0a75d883
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93c1fe4de3937df63c3d68e87dd7d2fabd5203c0
---
libavformat/mpegts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index cd881d8..e455aec 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -599,6 +599,7 @@ static const StreamType ISO_types[] = {
{ 0x11, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_AAC_LATM }, /* LATM syntax */
#endif
{ 0x1b, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_H264 },
+ { 0x24, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC },
{ 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS },
{ 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC },
{ 0xea, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1 },
More information about the ffmpeg-cvslog
mailing list