Merge pull request #162 from ErikAndren/master

Change faac object type to LOW to make the faac library to accept it
This commit is contained in:
rafael2k 2021-05-29 10:35:45 +03:00 committed by GitHub
commit 59e788f9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ FaacEncoder :: open ( void )
faacConfig = faacEncGetCurrentConfiguration(encoderHandle);
faacConfig->aacObjectType = MAIN;
faacConfig->aacObjectType = LOW;
faacConfig->mpegVersion = MPEG2;
faacConfig->useTns = 1;
faacConfig->shortctl = SHORTCTL_NORMAL;