Changeset 2926:ef036c16f643 in roaraudio for include/libroar/config.h


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
  • include/libroar/config.h

    r2895 r2926  
    4646#define ROAR_LIBROAR_CONFIG_PSET_DTX        0x0004 
    4747#define ROAR_LIBROAR_CONFIG_PSET_MAX_CC     0x0008 
     48#define ROAR_LIBROAR_CONFIG_PSET_ABR        0x0010 /* need to implement */ 
     49#define ROAR_LIBROAR_CONFIG_PSET_VAD        0x0020 /* need to implement */ 
     50#define ROAR_LIBROAR_CONFIG_PSET_AGC        0x0040 /* need to implement */ 
     51#define ROAR_LIBROAR_CONFIG_PSET_DENOISE    0x0080 /* need to implement */ 
     52#define ROAR_LIBROAR_CONFIG_PSET_VBR        0x0100 
    4853 
    4954struct roar_libroar_config_codec { 
     
    6065 // currectly bools: 
    6166 int dtx; 
     67 int vbr; 
    6268 
    6369 // sizes: 
Note: See TracChangeset for help on using the changeset viewer.