shithub: sox

Download patch

ref: 52c6d22cc296f194b6d076c2f207baea469f3155
parent: 029227d809195ab9137473295b7147f5f09200d9
author: rrt <rrt>
date: Thu Apr 12 15:32:51 EDT 2007

Add FIXME to make ignoreSize usable.

--- a/src/wav.c
+++ b/src/wav.c
@@ -44,6 +44,7 @@
     int ignoreSize;                 /* ignoreSize allows us to process 32-bit WAV files that are
                                      * greater then 2 Gb and can't be represented by the
                                      * 32-bit size field. */
+  /* FIXME: Have some front-end code which sets this flag. */
 
     /* following used by *ADPCM wav files */
     unsigned short nCoefs;          /* ADPCM: number of coef sets */