diff libaf/control.h @ 14335:8380694ba14f

af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
author alex
date Mon, 03 Jan 2005 18:59:16 +0000
parents 81e62cbe57d9
children ab617c2e24d3
line wrap: on
line diff
--- a/libaf/control.h	Mon Jan 03 18:26:48 2005 +0000
+++ b/libaf/control.h	Mon Jan 03 18:59:16 2005 +0000
@@ -113,13 +113,9 @@
 // Set resampling accuracy
 #define AF_CONTROL_RESAMPLE_ACCURACY	0x00000300 | AF_CONTROL_FILTER_SPECIFIC
 
-// Format 
+// Format
 
-// Set output format bits per sample
-#define AF_CONTROL_FORMAT_BPS		0x00000400 | AF_CONTROL_FILTER_SPECIFIC
-
-// Set output format sample format
-#define AF_CONTROL_FORMAT_FMT		0x00000500 | AF_CONTROL_FILTER_SPECIFIC
+#define AF_CONTROL_FORMAT_FMT		0x00000400 | AF_CONTROL_FILTER_SPECIFIC
 
 // Channels