git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f0dff
)
44100 is now an allowed frequency, too.
author
uid68734
<uid68734>
Sat, 27 Dec 2003 18:13:38 +0000
(18:13 +0000)
committer
uid68734
<uid68734>
Sat, 27 Dec 2003 18:13:38 +0000
(18:13 +0000)
src/wav2swf.c
patch
|
blob
|
history
diff --git
a/src/wav2swf.c
b/src/wav2swf.c
index
821d138
..
0b1cf36
100644
(file)
--- a/
src/wav2swf.c
+++ b/
src/wav2swf.c
@@
-101,7
+101,7
@@
int args_callback_option(char*name,char*val)
samplerate = 44100;
else {
fprintf(stderr, "Invalid samplerate: %d\n", samplerate);
- fprintf(stderr, "Allowed values: 11025, 22050\n", samplerate);
+ fprintf(stderr, "Allowed values: 11025, 22050, 44100\n", samplerate);
exit(1);
}
return 1;