diff mplayer.c @ 7191:1eadce15446c

-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
author arpi
date Sat, 31 Aug 2002 13:09:23 +0000
parents 28677d779205
children 22beff6edf75
line wrap: on
line diff
--- a/mplayer.c	Sat Aug 31 13:05:33 2002 +0000
+++ b/mplayer.c	Sat Aug 31 13:09:23 2002 +0000
@@ -639,6 +639,16 @@
       printf("\n");
       exit(0);
     }
+    if(video_fm && strcmp(video_fm,"help")==0){
+      vfm_help();
+      printf("\n");
+      exit(0);
+    }
+    if(audio_fm && strcmp(audio_fm,"help")==0){
+      afm_help();
+      printf("\n");
+      exit(0);
+    }
 
 
     if(!filename && !vcd_track && !dvd_title && !dvd_nav && !tv_param_on){