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

more info include/container_framework.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.