Ignore:
Timestamp:
02/26/09 03:05:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

done a lot to support meta data updates on encoding vorbis streams with meta flag set :), need cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_vorbis.h

    r1226 r1238  
    4848 int encoding; 
    4949 struct { 
     50  int srn; 
    5051  float v_base_quality; 
    5152  ogg_stream_state os; 
     
    7273int cf_vorbis_read(CODECFILTER_USERDATA_T   inst, char * buf, int len); 
    7374 
    74 int cf_vorbis_update_stream (struct codecfilter_vorbis_inst * self); 
    75 int cf_vorbis_encode_start  (struct codecfilter_vorbis_inst * self); 
    76 int cf_vorbis_encode_end    (struct codecfilter_vorbis_inst * self); 
     75int cf_vorbis_ctl(CODECFILTER_USERDATA_T   inst, int cmd, void * data); 
     76 
     77int cf_vorbis_update_stream  (struct codecfilter_vorbis_inst * self); 
     78int cf_vorbis_encode_start   (struct codecfilter_vorbis_inst * self); 
     79int cf_vorbis_encode_end     (struct codecfilter_vorbis_inst * self); 
     80int cf_vorbis_encode_flushout(struct codecfilter_vorbis_inst * self); 
    7781 
    7882#endif 
Note: See TracChangeset for help on using the changeset viewer.