mirror of https://github.com/mstorsjo/fdk-aac.git
Change aac-dec.c to decode LOAS
This commit is contained in:
parent
a811fd41b5
commit
8e4df05119
|
@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
|
||||||
infile = argv[1];
|
infile = argv[1];
|
||||||
outfile = argv[2];
|
outfile = argv[2];
|
||||||
|
|
||||||
handle = aacDecoder_Open(TT_MP4_ADTS, 1);
|
handle = aacDecoder_Open(TT_MP4_LOAS, 1);
|
||||||
in = fopen(infile, "rb");
|
in = fopen(infile, "rb");
|
||||||
if (!in) {
|
if (!in) {
|
||||||
perror(infile);
|
perror(infile);
|
||||||
|
|
Loading…
Reference in New Issue