Changeset 2296:1095b3511df4 in roaraudio


Ignore:
Timestamp:
08/05/09 04:32:41 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

dummy funcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode_speex.c

    r2295 r2296  
    3030#define _SIZE_LEN 2 
    3131 
     32int roar_xcoder_speex_init       (struct roar_xcoder * state) { 
     33 return -1; 
     34} 
     35 
     36int roar_xcoder_speex_uninit     (struct roar_xcoder * state) { 
     37 return -1; 
     38} 
     39 
     40int roar_xcoder_speex_packet_size(struct roar_xcoder * state, int samples) { 
     41 return -1; 
     42} 
     43 
     44int roar_xcoder_speex_encode     (struct roar_xcoder * state, void * buf, size_t len) { 
     45 return -1; 
     46} 
     47 
     48int roar_xcoder_speex_decode     (struct roar_xcoder * state, void * buf, size_t len) { 
     49 return -1; 
     50} 
     51 
    3252#endif 
    3353 
Note: See TracChangeset for help on using the changeset viewer.