diff options
author | phintuka <phintuka> | 2008-03-13 22:09:23 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-03-13 22:09:23 +0000 |
commit | cd32b605ca7f2455eeba0fd933a24f4cb1844bfc (patch) | |
tree | a2bfd2efb358594c864d79212d45dd8243a7d61c /config.h | |
parent | 1235948997cba560698c46efff1f058b11e8d1bc (diff) | |
download | xineliboutput-cd32b605ca7f2455eeba0fd933a24f4cb1844bfc.tar.gz xineliboutput-cd32b605ca7f2455eeba0fd933a24f4cb1844bfc.tar.bz2 |
Added new swscale options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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.37 2008-02-20 03:25:11 phintuka Exp $ + * $Id: config.h,v 1.38 2008-03-13 22:09:23 phintuka Exp $ * */ @@ -278,10 +278,12 @@ class config_t { 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 + int swscale; // enable/disable + int swscale_change_aspect; // change video aspect ratio + int swscale_resize; // change video size + int swscale_width; // output video width + int swscale_height; // output video height + int swscale_downscale; // allow downscaling // sharpen / soften post plugin int unsharp; // enable / disable |