[FFmpeg-cvslog] Autodetect LOAS in transport streams.

Carl Eugen Hoyos git at videolan.org
Sat Aug 20 00:29:29 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Aug 20 00:27:54 2011 +0200| [7bdc5de33d21411e5e742670d669d9908d47a1cd] | committer: Carl Eugen Hoyos

Autodetect LOAS in transport streams.

Fixes ticket 365.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bdc5de33d21411e5e742670d669d9908d47a1cd
---

 libavformat/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 022efc4..ab36a15 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -369,6 +369,7 @@ static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st, AVProbeDa
         { "dts"      , CODEC_ID_DTS       , AVMEDIA_TYPE_AUDIO },
         { "eac3"     , CODEC_ID_EAC3      , AVMEDIA_TYPE_AUDIO },
         { "h264"     , CODEC_ID_H264      , AVMEDIA_TYPE_VIDEO },
+        { "loas"     , CODEC_ID_AAC_LATM  , AVMEDIA_TYPE_AUDIO },
         { "m4v"      , CODEC_ID_MPEG4     , AVMEDIA_TYPE_VIDEO },
         { "mp3"      , CODEC_ID_MP3       , AVMEDIA_TYPE_AUDIO },
         { "mpegvideo", CODEC_ID_MPEG2VIDEO, AVMEDIA_TYPE_VIDEO },



More information about the ffmpeg-cvslog mailing list