X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fwav2swf.c;fp=src%2Fwav2swf.c;h=87cb0053ec4b528d0ebed4be86c34201098ba401;hp=70d51b1d6ff4dc8c9e926f09452d13878a306939;hb=fc6cc07aa17ccb25338197b573743bd9c3aac22f;hpb=8f042972344a525621a13c9c5b6285cc4a8181ec 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");