From 8289df79bea3d959a12021aae55df43b395f2eca Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 4 Aug 2014 17:18:41 +0200 Subject: [PATCH] stream type: distinguish between AAC-LC/HE and newer AAC-LATM/LOAS --- src/streaming.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streaming.c b/src/streaming.c index dc4a0570..fcee9f7a 100644 --- a/src/streaming.c +++ b/src/streaming.c @@ -505,7 +505,7 @@ static struct strtab streamtypetab[] = { { "MPEGTS", SCT_MPEGTS }, { "TEXTSUB", SCT_TEXTSUB }, { "EAC3", SCT_EAC3 }, - { "AAC", SCT_MP4A }, + { "AAC-LATM", SCT_MP4A }, { "VP8", SCT_VP8 }, { "VORBIS", SCT_VORBIS }, { "HEVC", SCT_HEVC },