Show
Ignore:
Timestamp:
01/08/09 22:03:17 (3 years ago)
Author:
ath
Message:

Don't forget these next time...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fm_server/src/fm_buffer.h

    r246 r275  
    4040        gfloat          *data; 
    4141        gfloat *        channel_data[FM_CHANNELS_LAST]; 
     42        guint           n_channels; 
     43 
    4244        gboolean        discont;                // the buffer is a start of a discontinuous section 
    4345        gboolean        silence;                // the whole buffer contains silence 
    4446         
    45         guint           n_channels; 
    46          
    4747        guint           allocated_samples; 
    4848        guint           used_samples; 
    49  
    5049        guint           requested_samples; 
    5150 
    5251        gint64          timestamp_ns;           // real timestamp from start of the song 
    53 //      gint64          timestamp_samples; 
    5452        guint64         duration;               // real duration of AUDIO (not silence) in the buffer  
    5553}; 
     
    7876 
    7977void 
    80 fm_buffer_reset_flags                   (FmBuffer       *buffer); 
     78fm_buffer_reset                         (FmBuffer       *buffer); 
    8179 
    8280