We should use .ogg for the test files since there's no skeleton, I think.
authorRalph Giles <giles@xiph.org>
Fri, 7 Dec 2007 19:43:33 +0000 (19:43 +0000)
committerRalph Giles <giles@xiph.org>
Fri, 7 Dec 2007 19:43:33 +0000 (19:43 +0000)
svn path=/trunk/vorbis/; revision=14278

test/test.c

index 8edead6..9d6b8a9 100644 (file)
@@ -43,7 +43,7 @@ main(void){
 
   for (k = 0 ; k < ARRAY_LEN (sample_rates); k ++) {
        char filename [64] ;
-       snprintf (filename, sizeof (filename), "vorbis_%u.oga", sample_rates [k]);
+       snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
 
        printf ("    %-20s : ", filename);
        fflush (stdout);