[FFmpeg-soc] AACEnc #if 0 block

Kostya kostya.shishkov at gmail.com
Wed Jun 17 07:21:51 CEST 2009


On Tue, Jun 16, 2009 at 08:55:25PM -0400, Alex Converse wrote:
> In aaccoder.c there is a large block of code like this:
> #if 1
> lots of code;
> #else
> similar code;
> #endif
> 
> What is the purpose of all that else code. Are we trying to move to it? Did
> we move away from it and leave it behind? It makes navigating the file much
> more painful because it share several function names with the code that is
> turned on.

IIRC it was in aaccoder.c for functions performing really full search
which is times slower. I think you can merge differing bits under
#ifdef USE_REALLY_FULL_SEARCH
or something inside function body.
 
> Thanks,
> Alex Converse


More information about the FFmpeg-soc mailing list