Changeset 2926:ef036c16f643 in roaraudio for libroar/config.c


Ignore:
Timestamp:
10/16/09 19:47:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ROAR_LIBROAR_CONFIG_PSET_VBR, added some other consts in order to void collissions with FLAG IDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r2913 r2926  
    129129  codec_cfg->para_set |= ROAR_LIBROAR_CONFIG_PSET_MAX_CC; 
    130130  codec_cfg->max_cc = _P_INT(value_str); 
     131 } else if ( !strcmp(option_str, "vbr") ) { 
     132  codec_cfg->para_set |= ROAR_LIBROAR_CONFIG_PSET_VBR; 
     133  codec_cfg->vbr = _P_BOOL(value_str); 
    131134 } else { 
    132135  ROAR_WARN("roar_libroar_config_parse_codec(*): Unknown codec option: %s", option_str); 
Note: See TracChangeset for help on using the changeset viewer.