Change faac object type to LOW to make the faac library to accept the configuration

This commit is contained in:
Erik Andrén Zachrisson 2020-10-16 20:15:03 +01:00
parent 91a2cf257f
commit 0c10ea2f52
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;