[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.226,1.227

syncmail at mplayerhq.hu syncmail at mplayerhq.hu
Fri Aug 27 00:18:27 CEST 2004


CVS change done by 

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

Modified Files:
	cfg-mplayer.h 
Log Message:
Added output to multiple directories for vo_jpeg.
Updated the manual page to describe the new options.



Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- cfg-mplayer.h	23 Aug 2004 00:31:32 -0000	1.226
+++ cfg-mplayer.h	26 Aug 2004 22:18:25 -0000	1.227
@@ -36,6 +36,8 @@
 extern int jpeg_smooth;
 extern int jpeg_quality;
 extern char * jpeg_outdir;
+extern char * jpeg_subdirs;
+extern int jpeg_maxfiles;
 #endif
 #ifdef HAVE_SDL
 //extern char *sdl_driver;
@@ -152,6 +154,8 @@
 	{"smooth", &jpeg_smooth, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
 	{"quality", &jpeg_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
 	{"outdir", &jpeg_outdir, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"subdirs", &jpeg_subdirs, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"maxfiles", &jpeg_maxfiles, CONF_TYPE_INT, CONF_MIN, 1, 0, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
 #endif




More information about the MPlayer-cvslog mailing list