summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.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-mplayer.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-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 00569b3efe..e862702d25 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -74,6 +74,8 @@ extern float monitor_aspect;
/* from dec_audio, currently used for ac3surround decoder only */
extern int audio_output_channels;
+extern int sws_flags;
+
/*
* CONF_TYPE_FUNC_FULL :
* allows own implemtations for passing the params
@@ -175,7 +177,7 @@ struct config conf[]={
#ifdef HAVE_PNG
{"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},
-#endif
+#endif
#ifdef HAVE_SDL
{"sdl", "Use -vo sdl:driver instead of -vo sdl -sdl driver\n",
CONF_TYPE_PRINT, 0, 0, 0},