Change faac object type to LOW to make the faac library to accept the configuration
This commit is contained in:
parent
91a2cf257f
commit
0c10ea2f52
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue