summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-04 19:11:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-04 19:11:05 +0000
commitb7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a (patch)
tree97f212db2709b255566d7c701a9970da89446da1 /libaf/af_format.h
parent41cd2f8d7d5e3825484ae47b426cf866e98027f5 (diff)
downloadmpv-b7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a.tar.bz2
mpv-b7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a.tar.xz
reimplementation of the pl_extrastereo and pl_volnorm plugins
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13551 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_format.h')
-rw-r--r--libaf/af_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index 931a9b88ee..f7b2a15b16 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -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)