Changeset 2303:cd829332976e in roaraudio for include/libroardsp


Ignore:
Timestamp:
08/05/09 05:46:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

update to what we really need

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode_speex.h

    r2294 r2303  
    4242 
    4343struct roar_xcoder_speex { 
     44 SpeexBits   bits; 
     45 void      * xcoder; 
     46 uint16_t    mode; 
     47 int         stereo; 
    4448 int frame_size; 
    45 /* 
    46  void * iobuffer; 
    47  size_t bufferlen; 
    48 */ 
     49 char       cc[ROAR_SPEEX_MAX_CC]; /* buffer for read() and write() */ 
    4950}; 
    5051 
Note: See TracChangeset for help on using the changeset viewer.