diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 22:27:08 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 22:27:08 +0000 |
commit | bdc25d636e1452f787c748a1fba8da17d1c30b92 (patch) | |
tree | 79a566f91065a4c6ca70bc0eff82863abe1ac09d /mplayer.c | |
parent | 2fa8fe4ad37a22bd6b7a41e4e456c33e529372dd (diff) | |
download | mpv-bdc25d636e1452f787c748a1fba8da17d1c30b92.tar.bz2 mpv-bdc25d636e1452f787c748a1fba8da17d1c30b92.tar.xz |
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
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(); |