diff libaf/af_format.h @ 13550:81e62cbe57d9

reimplementation of the pl_extrastereo and pl_volnorm plugins
author alex
date Mon, 04 Oct 2004 19:11:05 +0000
parents 06d7ef3c7b01
children 815f03b7cee5
line wrap: on
line diff
--- a/libaf/af_format.h	Mon Oct 04 19:07:09 2004 +0000
+++ b/libaf/af_format.h	Mon Oct 04 19:11:05 2004 +0000
@@ -18,7 +18,7 @@
 #define AF_FORMAT_US		(1<<1) // Un Signed
 #define AF_FORMAT_SIGN_MASK	(1<<1)
 
-// Fixed of floating point
+// Fixed or floating point
 #define AF_FORMAT_I		(0<<2) // Int
 #define AF_FORMAT_F		(1<<2) // Foating point
 #define AF_FORMAT_POINT_MASK	(1<<2)