Changeset 2304:15bb24d807e2 in roaraudio


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

added callbacks header and stereo_state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode_speex.h

    r2303 r2304  
    4040#include <speex/speex.h> 
    4141#include <speex/speex_stereo.h> 
     42#include <speex/speex_callbacks.h> 
    4243 
    4344struct roar_xcoder_speex { 
    4445 SpeexBits   bits; 
     46 SpeexStereoState stereo_state; 
    4547 void      * xcoder; 
    4648 uint16_t    mode; 
Note: See TracChangeset for help on using the changeset viewer.