stream type: distinguish between AAC-LC/HE and newer AAC-LATM/LOAS

This commit is contained in:
Jaroslav Kysela 2014-08-04 17:18:41 +02:00
parent cb74275f68
commit 8289df79be

View file

@ -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 },