Changeset 2681:359a85bcf5e9 in roaraudio for include/roaraudio/audio.h


Ignore:
Timestamp:
09/13/09 00:43:35 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new subsystem complex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/audio.h

    r2398 r2681  
    6262      0101 0x15 -> Ogg General 
    6363      0110 0x16 -> Ogg CELT 
     64      0111 0x17 -> Ogg 
    6465      [...] 
    6566      **** 0x1a -> ROAR CELT 
     
    158159#define ROAR_CODEC_OGG_FLAC     0x14 
    159160#define ROAR_CODEC_OGG_GENERAL  0x15 
     161#define ROAR_CODEC_OGG_CELT     0x16 
     162#define ROAR_CODEC_OGG          0x17 
    160163 
    161164#define ROAR_CODEC_ROAR_CELT    0x1a 
Note: See TracChangeset for help on using the changeset viewer.