[Mplayer-cvslog] CVS: main mplayer.c,1.781,1.782

Ivo van Poorten CVS syncmail at mplayerhq.hu
Tue Sep 7 00:27:10 CEST 2004


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17064

Modified Files:
	mplayer.c 
Log Message:
mplayer -af help now lists all available audio filters.
Updated manual page.



Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.781
retrieving revision 1.782
diff -u -r1.781 -r1.782
--- mplayer.c	2 Sep 2004 12:02:05 -0000	1.781
+++ mplayer.c	6 Sep 2004 22:27:08 -0000	1.782
@@ -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();




More information about the MPlayer-cvslog mailing list