Changeset 2171:bd908e13fc8a in roaraudio


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

corrected prototypes to represent encoder/decoder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode.h

    r2170 r2171  
    5858 int (*uninit)(struct roar_xcoder * state); 
    5959 int (*packet_size)(struct roar_xcoder * state, int samples); 
    60  int (*proc)(struct roar_xcoder * state, void * buf, size_t len); 
     60 int (*encode)(struct roar_xcoder * state, void * buf, size_t len); 
     61 int (*decode)(struct roar_xcoder * state, void * buf, size_t len); 
    6162}; 
    6263 
     
    6566 struct roar_xcoder_entry * entry; 
    6667 struct roar_vio_calls * backend; 
     68 int encode; 
    6769 int flags; 
    6870 int stage; 
Note: See TracChangeset for help on using the changeset viewer.