ref: 1e4f76215b8d22020b844a3bba701194f9f7a508
parent: a1f7b8960506b612c5d9ce662fc5af6fe7381654
author: rrt <rrt>
date: Wed Dec 27 09:27:28 EST 2006
volume_clips may not be an option, but neither is the file name or type, so don't highlight this.
--- a/src/sox.c
+++ b/src/sox.c
@@ -82,8 +82,7 @@
st_signalinfo_t info;
double volume;
char *comment;
-
- st_size_t volume_clips; /* not actually an option */
+ st_size_t volume_clips;
} * file_options_t;
/* local forward declarations */
--
⑨