[xiph-commits] r8647 - trunk/vorbis-tools/oggenc

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Thu Jan 6 22:38:56 PST 2005


Author: msmith
Date: 2005-01-06 22:38:55 -0800 (Thu, 06 Jan 2005)
New Revision: 8647

Modified:
   trunk/vorbis-tools/oggenc/audio.c
Log:
We don't actually accept 24 bit AIFC/AIFF at the moment, so don't claim to.



Modified: trunk/vorbis-tools/oggenc/audio.c
===================================================================
--- trunk/vorbis-tools/oggenc/audio.c	2005-01-07 06:10:40 UTC (rev 8646)
+++ trunk/vorbis-tools/oggenc/audio.c	2005-01-07 06:38:55 UTC (rev 8647)
@@ -329,7 +329,7 @@
 	{
 		fprintf(stderr, 
 				_("Warning: OggEnc does not support this type of AIFF/AIFC file\n"
-				" Must be 8, 16, or 24 bit PCM.\n"));
+				" Must be 8 or 16 bit PCM.\n"));
 		return 0;
 	}
 }



More information about the commits mailing list