Changeset 1223:29f5a58d63ce in roaraudio for roard/include


Ignore:
Timestamp:
02/25/09 00:44:19 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo in 'streams_calc_delay' and added cf ctl, prototype for a stream ctl...

Location:
roard/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter.h

    r1144 r1223  
    5151 int (*flush)(CODECFILTER_USERDATA_T   inst); 
    5252 int (*delay)(CODECFILTER_USERDATA_T   inst, uint_least32_t * delay); 
     53 int (*ctl  )(CODECFILTER_USERDATA_T   inst, int cmd, void * data); 
    5354}; 
    5455 
  • roard/include/streams.h

    r1142 r1223  
    8484int streams_get_flag     (int id, int flag); 
    8585 
    86 int sreams_calc_delay    (int id); 
     86int streams_calc_delay   (int id); 
     87 
     88int streams_ctl          (int id, int cmd, void * data); 
    8789 
    8890int stream_add_buffer     (int id, struct roar_buffer *  buf); 
Note: See TracChangeset for help on using the changeset viewer.