From e1718bed1926f2056fa77d6b15aa74a823b32fa0 Mon Sep 17 00:00:00 2001 From: anders Date: Fri, 10 Jan 2003 01:01:38 +0000 Subject: New auto config for volume and resample and added support for float flag in configuration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8868 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libaf/af.h') diff --git a/libaf/af.h b/libaf/af.h index 79a14a7c13..3ac9d4cacf 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -69,6 +69,10 @@ extern int* af_cpu_speed; #define AF_INIT_FORCE 0x00000003 #define AF_INIT_TYPE_MASK 0x00000003 +#define AF_INIT_INT 0x00000000 +#define AF_INIT_FLOAT 0x00000010 +#define AF_INIT_FORMAT_MASK 0x00000010 + // Default init type #ifndef AF_INIT_TYPE #if defined(HAVE_SSE) || defined(HAVE_3DNOW) -- cgit v1.2.3