[FFmpeg-cvslog] r20472 - trunk/libavformat/mpegts.c

cehoyos subversion
Sun Nov 8 00:44:56 CET 2009


Author: cehoyos
Date: Sun Nov  8 00:44:56 2009
New Revision: 20472

Log:
Support some LATM AAC streams (they can be decoded with MPlayer).

Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	Sat Nov  7 23:35:00 2009	(r20471)
+++ trunk/libavformat/mpegts.c	Sun Nov  8 00:44:56 2009	(r20472)
@@ -501,6 +501,7 @@ static const StreamType ISO_types[] = {
     { 0x04, CODEC_TYPE_AUDIO,        CODEC_ID_MP3 },
     { 0x0f, CODEC_TYPE_AUDIO,        CODEC_ID_AAC },
     { 0x10, CODEC_TYPE_VIDEO,      CODEC_ID_MPEG4 },
+    { 0x11, CODEC_TYPE_AUDIO,        CODEC_ID_AAC }, /* LATM syntax */
     { 0x1b, CODEC_TYPE_VIDEO,       CODEC_ID_H264 },
     { 0xd1, CODEC_TYPE_VIDEO,      CODEC_ID_DIRAC },
     { 0xea, CODEC_TYPE_VIDEO,        CODEC_ID_VC1 },



More information about the ffmpeg-cvslog mailing list