summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7af02626..3c1343df 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.35 2008-02-19 00:43:04 phelin Exp $
+ * $Id: config.h,v 1.36 2008-02-19 02:59:46 phintuka Exp $
*
*/
@@ -273,6 +273,12 @@ class config_t {
int autocrop_fixedsize;
int autocrop_subs;
+ // (video) software scaling
+ int swscale; // enable/disable
+ int swscale_downscale; // allow downscaling
+ int swscale_width; // output video width
+ int swscale_height; // output video height
+
// sharpen / soften post plugin
int unsharp; // enable / disable
int unsharp_luma_matrix_width; // 3..11, should be an odd number
@@ -329,6 +335,7 @@ class config_t {
bool IsPlaylistFile(const char *);
const char *AutocropOptions(void);
+ const char *SwScaleOptions(void);
const char *FfmpegPpOptions(void);
const char *UnsharpOptions(void);
const char *Denoise3dOptions(void);