CVS: main mplayer.c,1.495,1.496
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@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;
participants (1)
-
Arpi of Ize