From 77db87aa41370ef5bd19792b20c3c333b4307bd7 Mon Sep 17 00:00:00 2001 From: ivo Date: Thu, 26 Aug 2004 22:18:25 +0000 Subject: Added output to multiple directories for vo_jpeg. Updated the manual page to describe the new options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13159 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 05ac9f98d4..0536f592f8 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -36,6 +36,8 @@ extern int jpeg_optimize; 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 @@ m_option_t jpeg_conf[]={ {"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 -- cgit v1.2.3