diff mplayer.c @ 13269:aa13937da8a0

mplayer -af help now lists all available audio filters. Updated manual page.
author ivo
date Mon, 06 Sep 2004 22:27:08 +0000
parents a47aaa6b7324
children a7bde33bd7d8
line wrap: on
line diff
--- a/mplayer.c	Mon Sep 06 21:26:46 2004 +0000
+++ b/mplayer.c	Mon Sep 06 22:27:08 2004 +0000
@@ -950,6 +950,11 @@
       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();