[FFmpeg-cvslog] mpegts: Add jpeg2000 stream type
John Högberg
git at videolan.org
Tue Jun 30 13:15:16 CEST 2015
ffmpeg | branch: master | John Högberg <john.hogberg at ericsson.com> | Mon Jun 29 14:57:20 2015 +0200| [42bc768e5240ec01237ad2eb7c69b917158de258] | committer: Luca Barbato
mpegts: Add jpeg2000 stream type
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42bc768e5240ec01237ad2eb7c69b917158de258
---
libavformat/mpegts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 8f61f17..f96d9f0 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -583,6 +583,7 @@ static const StreamType ISO_types[] = {
{ 0x10, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_MPEG4 },
{ 0x11, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_AAC_LATM }, /* LATM syntax */
{ 0x1b, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_H264 },
+ { 0x21, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_JPEG2000 },
{ 0x24, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC },
{ 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS },
{ 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC },
More information about the ffmpeg-cvslog
mailing list