summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 44531a12ec..2292e6a0b5 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -601,6 +601,13 @@ int gui_no_filename=0;
}
#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;