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

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;