ref: 8e3f42be7db5b0cd5d7fd925f8a59f4f8e453ab2
parent: 2657efbc53084b1688760c0acf5d667f019eb4d6
author: rrt <rrt>
date: Sat Nov 25 21:05:28 EST 2006
Cosmetic fix.
--- a/src/vorbis.c
+++ b/src/vorbis.c
@@ -365,13 +365,10 @@
vorbis_info_init(&ve->vi);
- /* DEBUG */
+ /* TODO */
rate = ft->info.rate;
-
if (rate)
- {
st_fail_errno(ft, ST_EHDR, "Error setting up Ogg Vorbis encorder - make sure you've specied a sane rate and number of channels");
- }
/* Use encoding to average bit rate of VBR as specified by the -C option */
if (ft->info.compression != HUGE_VAL)