summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-02 20:03:26 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-02 20:03:26 +0000
commit4fbb3164380b618f87c3b6e4d12e645a26e462b1 (patch)
treea5cfe667117d409da42c11a92fc0e05f1f65e1d1 /cfg-common.h
parente44b4b461f273ce6bc3af43045a255cd006d39b7 (diff)
downloadmpv-4fbb3164380b618f87c3b6e4d12e645a26e462b1.tar.bz2
mpv-4fbb3164380b618f87c3b6e4d12e645a26e462b1.tar.xz
horizontal up/downscale linear & cubic
-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3273 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index d779b0d4b1..945e7723eb 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -82,6 +82,7 @@
#else
{"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
#endif
+ {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2},
#ifdef USE_TV
{"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},