projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9de787
)
We should use .ogg for the test files since there's no skeleton, I think.
author
Ralph Giles
<giles@xiph.org>
Fri, 7 Dec 2007 19:43:33 +0000
(19:43 +0000)
committer
Ralph Giles
<giles@xiph.org>
Fri, 7 Dec 2007 19:43:33 +0000
(19:43 +0000)
svn path=/trunk/vorbis/; revision=14278
test/test.c
patch
|
blob
|
history
diff --git
a/test/test.c
b/test/test.c
index
8edead6
..
9d6b8a9
100644
(file)
--- a/
test/test.c
+++ b/
test/test.c
@@
-43,7
+43,7
@@
main(void){
for (k = 0 ; k < ARRAY_LEN (sample_rates); k ++) {
char filename [64] ;
- snprintf (filename, sizeof (filename), "vorbis_%u.og
a
", sample_rates [k]);
+ snprintf (filename, sizeof (filename), "vorbis_%u.og
g
", sample_rates [k]);
printf (" %-20s : ", filename);
fflush (stdout);