Changeset 617:eadc4ce98867 in roaraudio for roard/include


Ignore:
Timestamp:
08/20/08 02:00:51 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a lot encoder code, changed struct to include the needed buffers, init new vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_speex.h

    r396 r617  
    1818 void     * i_rest; /* rest... */ 
    1919 int fi_rest; 
     20 char * o_rest; 
     21 int fo_rest; /* how much is in rest? */ 
    2022 
    2123/* 
     
    2426 int out_size; 
    2527 char * i_rest; 
    26  char * o_rest; 
    2728 int s_buf; 
    2829 int fi_rest; /-* how much is in rest? *-/ 
    29  int fo_rest; /-* how much is in rest? *-/ 
    3030*/ 
    3131}; 
Note: See TracChangeset for help on using the changeset viewer.