• Rostislav Pehlivanov's avatar
    aacenc: add support for changing options based on a profile · 0f4334df
    Rostislav Pehlivanov authored
    This commit adds the ability for a profile to set the default
    options, as well as for the user to override such options
    by simply stating them in the command line while still keeping
    the same profile, as long as those options are still permitted by
    the profile.
    
    Example: setting the profile to aac_low (the default) will turn
    PNS and IS on. They can be disabled by -aac_pns 0 and -aac_is 0,
    respectively. Turning on -aac_pred 1 will cause the profile to be
    elevated to aac_main, as long as no options forbidding aac_main
    have been entered (like AAC-LTP, which will be pushed soon).
    
    A useful feature is that by setting the profile to mpeg2_aac_low,
    all MPEG4 features will be disabled and if the user tries to enable
    them then the program will exit with an error. This profile is
    signalled with the same bitstream as aac_low (MPEG4) but some devices
    and decoders will fail if any MPEG4 features have been enabled.
    0f4334df
aaccoder_twoloop.h 31.1 KB