~ubuntu-branches/ubuntu/precise/libsamplerate/precise

« back to all changes in this revision

Viewing changes to src/samplerate.c

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
        psrc->last_position = 0.0 ;
289
289
        psrc->last_ratio = 0.0 ;
290
290
 
 
291
        psrc->saved_data = NULL ;
 
292
        psrc->saved_frames = 0 ;
 
293
 
291
294
        psrc->error = SRC_ERR_NO_ERROR ;
292
295
 
293
296
        return SRC_ERR_NO_ERROR ;