[Mplayer-cvslog] CVS: main mplayer.c,1.495,1.496
Arpi of Ize
arpi at mplayerhq.hu
Mon May 13 23:05:06 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv20533
Modified Files:
mplayer.c
Log Message:
-vop help, patch by Julian J. M. <bandit at telecable.es>
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -r1.495 -r1.496
--- mplayer.c 9 May 2002 08:59:07 -0000 1.495
+++ mplayer.c 13 May 2002 21:05:03 -0000 1.496
@@ -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;
More information about the MPlayer-cvslog
mailing list