summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 07:14:05 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 03:34:27 +0300
commit1351b50ea5e12d0b316c0670a525f1a75be3100b (patch)
tree9e791bd4718c3e38ba5844872f16fd15cb0f10bc /cfg-common.h
parent0dc3a72273127e28aec60b39373b48ad8da80c57 (diff)
downloadmpv-1351b50ea5e12d0b316c0670a525f1a75be3100b.tar.bz2
mpv-1351b50ea5e12d0b316c0670a525f1a75be3100b.tar.xz
Move flip and softzoom to options struct
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index ddac0acdac..e5225e2504 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -10,8 +10,6 @@ extern int mp_msg_module;
// codec/filter opts: (defined at libmpcodecs/vd.c)
extern float screen_size_xy;
extern float movie_aspect;
-extern int softzoom;
-extern int flip;
/* defined in codec-cfg.c */
extern char * codecs_file;