Change aac-dec.c to decode LOAS

This commit is contained in:
Martin Storsjo 2018-07-07 00:26:03 +03:00
parent a811fd41b5
commit 8e4df05119
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
infile = argv[1];
outfile = argv[2];
handle = aacDecoder_Open(TT_MP4_ADTS, 1);
handle = aacDecoder_Open(TT_MP4_LOAS, 1);
in = fopen(infile, "rb");
if (!in) {
perror(infile);