From 8e4df0511975f7f42e34a4364ceacf92ba9074ea Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Sat, 7 Jul 2018 00:26:03 +0300 Subject: [PATCH] Change aac-dec.c to decode LOAS --- aac-dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aac-dec.c b/aac-dec.c index 203d816..254af1c 100644 --- a/aac-dec.c +++ b/aac-dec.c @@ -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);