[Mplayer-cvslog] CVS: main mencoder.c,1.37,1.38

Alex Beregszaszi alex at mplayer.dev.hu
Sat Dec 8 03:48:06 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv20628

Modified Files:
	mencoder.c 
Log Message:
no filename needed for tv grabbing

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mencoder.c	8 Dec 2001 01:43:02 -0000	1.37
+++ mencoder.c	8 Dec 2001 02:47:55 -0000	1.38
@@ -327,7 +327,7 @@
 
   num_filenames=parse_command_line(conf, argc, argv, envp, &filenames);
   if(num_filenames<0) exit(1); // error parsing cmdline
-  if(!num_filenames && !vcd_track && !dvd_title){
+  if(!num_filenames && !vcd_track && !dvd_title && !tv_param_on){
 	printf("\nMissing filename!\n\n");
 	exit(1);
   }




More information about the MPlayer-cvslog mailing list