summaryrefslogtreecommitdiffstats
path: root/libao2/eq.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 10:12:50 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 10:12:50 +0000
commit49696a0864f5b262919e256aae3ef6908dc0ac58 (patch)
tree8021d3b9f7e77701e2b1975a60fe5a8123672b1e /libao2/eq.h
parent50de15356ad928c225b9666449ed968908e96c28 (diff)
downloadmpv-49696a0864f5b262919e256aae3ef6908dc0ac58.tar.bz2
mpv-49696a0864f5b262919e256aae3ef6908dc0ac58.tar.xz
Correction of spelling errors and removal of old code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/eq.h')
-rw-r--r--libao2/eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/eq.h b/libao2/eq.h
index dab6e96d65..f601311d69 100644
--- a/libao2/eq.h
+++ b/libao2/eq.h
@@ -13,7 +13,7 @@
typedef struct equalizer_s
{
- float gain; // Gain in db -15 - 15
+ float gain; // Gain in dB -15 - 15
int channel; // Channel number 0 - 5
int band; // Frequency band 0 - 9
}equalizer_t;