[xiph-commits] r14278 - trunk/vorbis/test

giles at svn.xiph.org giles at svn.xiph.org
Fri Dec 7 11:43:34 PST 2007


Author: giles
Date: 2007-12-07 11:43:33 -0800 (Fri, 07 Dec 2007)
New Revision: 14278

Modified:
   trunk/vorbis/test/test.c
Log:
We should use .ogg for the test files since there's no skeleton, I think.


Modified: trunk/vorbis/test/test.c
===================================================================
--- trunk/vorbis/test/test.c	2007-12-07 19:42:20 UTC (rev 14277)
+++ trunk/vorbis/test/test.c	2007-12-07 19:43:33 UTC (rev 14278)
@@ -43,7 +43,7 @@
 
   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);



More information about the commits mailing list