summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 14:41:31 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 14:41:31 +0000
commitea1bcc20673bd828f5e763200a37e829c8d68994 (patch)
tree479536f57241977edd4e2cb469c84c7e003cc3ca /mplayer.c
parent09a6d6f46595be4bfbbb726f12f84772e86ce7f5 (diff)
downloadmpv-ea1bcc20673bd828f5e763200a37e829c8d68994.tar.bz2
mpv-ea1bcc20673bd828f5e763200a37e829c8d68994.tar.xz
YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4513 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 25475ced80..412a9252f0 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -254,7 +254,7 @@ char* video_driver=NULL; //"mga"; // default
char* audio_driver=NULL;
static int fullscreen=0;
static int vidmode=0;
-static int softzoom=0;
+int softzoom=0;
static int flip=-1;
// We need this opt_* because the values are then calculated so the options use the opt_*
// and before each file we reset the calculated value using this opt_* values