[MPlayer-cvslog] CVS: main m_option.c,1.33,1.34

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Dec 2 00:19:47 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv147

Modified Files:
	m_option.c 
Log Message:
Add "Available video filters:" line to -vf help.


Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- m_option.c	11 Aug 2004 10:31:37 -0000	1.33
+++ m_option.c	1 Dec 2004 23:19:45 -0000	1.34
@@ -1439,6 +1439,7 @@
 
   if(!strcmp(param,"help")) {
     m_obj_list_t* ol = opt->priv;
+    mp_msg(MSGT_VFILTER,MSGL_INFO,"Available video filters:\n");
     for(n = 0 ; ol->list[n] ; n++)
       mp_msg(MSGT_VFILTER,MSGL_INFO,"  %-15s: %s\n",
 	     M_ST_MB(char*,ol->list[n],ol->name_off),




More information about the MPlayer-cvslog mailing list