summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-23 23:56:10 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:42 +0200
commit70630d72a757b8949790b8236099bffcbfd4b4c2 (patch)
treec303a07e771e4bc47053b6615e3b3c29404927f5 /libaf
parentf455b6e91bc1847e5fd3ffe73ee6081e934e4e87 (diff)
downloadmpv-70630d72a757b8949790b8236099bffcbfd4b4c2.tar.bz2
mpv-70630d72a757b8949790b8236099bffcbfd4b4c2.tar.xz
af_extrastereo: Improve filter description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31544 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_extrastereo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_extrastereo.c b/libaf/af_extrastereo.c
index f0af96ff06..28183bcdb9 100644
--- a/libaf/af_extrastereo.c
+++ b/libaf/af_extrastereo.c
@@ -150,7 +150,7 @@ static int af_open(af_instance_t* af){
// Description of this filter
af_info_t af_info_extrastereo = {
- "Extra stereo",
+ "Increase difference between audio channels",
"extrastereo",
"Alex Beregszaszi & Pierre Lombard",
"",