From fc6cc07aa17ccb25338197b573743bd9c3aac22f Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 30 Oct 2004 15:16:45 +0000 Subject: [PATCH] removed duplicate bitrate option. --- src/wav2swf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wav2swf.c b/src/wav2swf.c index 70d51b1..87cb005 100644 --- a/src/wav2swf.c +++ b/src/wav2swf.c @@ -40,7 +40,6 @@ static struct options_t options[] = { {"o", "output"}, {"r", "framerate"}, {"s", "samplerate"}, -{"b", "bitrate"}, {"d", "definesound"}, {"l", "loop"}, {"C", "cgi"}, @@ -163,7 +162,6 @@ void args_callback_usage(char *name) printf("-o , --output Explicitly specify output file. (Otherwise, output will go to output.swf)\n"); printf("-r , --framerate Set file framerate to frames per second.\n"); printf("-s , --samplerate Set samplerate to frames per second (default: 11025).\n"); - printf("-b , --bitrate bps Set mp3 bitrate to .\n"); printf("-d , --definesound Generate a DefineSound tag instead of streaming sound.\n"); printf("-l , --loop n (Only used with -d)\n"); printf("-C , --cgi For use as CGI- prepend http header, write to stdout.\n"); -- 1.7.10.4