stream type: distinguish between AAC-LC/HE and newer AAC-LATM/LOAS
This commit is contained in:
parent
cb74275f68
commit
8289df79be
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue