Changeset 2172:da47d051c124 in roaraudio


Ignore:
Timestamp:
07/26/09 16:41:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

prototypes some dummy funcs used by simple encoders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode.h

    r2171 r2172  
    101101int roar_bixcoder_write       (struct roar_bixcoder * state, void * buf, size_t len); 
    102102 
     103// dummy functions used by some de/encoders: 
     104int roar_xcoder_dummy_inituninit(struct roar_xcoder * state); 
     105int roar_xcoder_dummy_packet_size_any(struct roar_xcoder * state, int samples); 
     106 
    103107#endif 
    104108 
Note: See TracChangeset for help on using the changeset viewer.