shithub: sox

Download patch

ref: 9f49ec7293098b36e8e521c4da98520a0005284a
parent: ed9b202a7e6f5460c2ef537881eb29dac862a8a5
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sat Sep 1 14:44:00 EDT 2012

pad: fix a code comment

--- a/src/pad.c
+++ b/src/pad.c
@@ -52,7 +52,7 @@
       /* Do this check only during the second pass when the actual
          sample rate is known, otherwise it might fail on legal
          commands like
-           pad 1@5 1@30000s
+           pad 1@0.5 1@30000s
          if the rate is, e.g., 48k. */
       if (i > 0 && p->pads[i].start <= p->pads[i-1].start) break;
     }