ref: a2f137775ee3d737e0443ce1e906e2762e767941
parent: 880a49396242e7b1baf93613bd0ee4672a4fbc1a
author: Ulrich Klauer <ulrich@chirlu.de>
date: Tue Jan 8 03:35:21 EST 2013
Fix soxi help message Mention in soxi's help message that the bits per sample value (-b) may be zero (e.g. for Vorbis encoding).
--- a/src/sox.c
+++ b/src/sox.c
@@ -2749,7 +2749,7 @@
"-s\tShow number of samples (0 if unavailable)\n"
"-d\tShow duration in hours, minutes and seconds (0 if unavailable)\n"
"-D\tShow duration in seconds (0 if unavailable)\n"
- "-b\tShow number of bits per sample\n"
+ "-b\tShow number of bits per sample (0 if not applicable)\n"
"-B\tShow the bitrate averaged over the whole file (0 if unavailable)\n"
"-e\tShow the name of the audio encoding\n"
"-a\tShow file comments (annotations) if available\n"