From bdc25d636e1452f787c748a1fba8da17d1c30b92 Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 6 Sep 2004 22:27:08 +0000 Subject: mplayer -af help now lists all available audio filters. Updated manual page. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13270 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index d64edb97c9..c092c7ac4e 100644 --- a/mplayer.c +++ b/mplayer.c @@ -950,6 +950,11 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){ printf("\n"); exit(0); } + if(af_cfg.list && strcmp(af_cfg.list[0],"help")==0){ + af_help(); + printf("\n"); + exit(0); + } #ifdef HAVE_X11 if(vo_fstype_list && strcmp(vo_fstype_list[0],"help")==0){ fstype_help(); -- cgit v1.2.3