diff mplayer.c @ 6081:47d6a4b0f971

-vop help, patch by Julian J. M. <bandit@telecable.es>
author arpi
date Mon, 13 May 2002 21:05:03 +0000
parents bd016664dc18
children 03a4d9bb2650
line wrap: on
line diff
--- a/mplayer.c	Mon May 13 20:56:08 2002 +0000
+++ b/mplayer.c	Mon May 13 21:05:03 2002 +0000
@@ -601,6 +601,13 @@
     }
 #endif
 
+    if(vo_plugin_args && vo_plugin_args[0] && strcmp(vo_plugin_args[0],"help")==0){
+      mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output pluggins:\n");
+      vf_list_plugins();
+      printf("\n");
+      exit(0);
+    }
+
     if(video_driver && strcmp(video_driver,"help")==0){
       mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output drivers:\n");
       i=0;