Changeset 2677:c6532e306be4 in roaraudio


Ignore:
Timestamp:
09/12/09 23:55:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more info include/container_framework.h

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/container_framework.c

    r2676 r2677  
    216216int cont_fw_cf_open(CODECFILTER_USERDATA_T * inst, int codec, 
    217217                                             struct roar_stream_server * info, 
    218                                              struct roar_codecfilter   * filter); 
     218                                             struct roar_codecfilter   * filter) { 
     219 return -1; 
     220} 
    219221 
    220222int cont_fw_cf_close(CODECFILTER_USERDATA_T   inst) { 
  • roard/include/container_framework.h

    r2675 r2677  
    4848 } ccb; 
    4949 struct { 
    50   int     (*open     )(struct cont_fw_parent_inst * self); 
     50  int     (*open     )(struct cont_fw_parent_inst * self, 
     51                       int                          codec, 
     52                       struct roar_stream_server  * stream, 
     53                       struct roar_codecfilter    * filter); 
    5154  int     (*close    )(struct cont_fw_parent_inst * self); 
    5255  int     (*flush    )(struct cont_fw_parent_inst * self); 
Note: See TracChangeset for help on using the changeset viewer.