summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 07:36:43 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 03:34:28 +0300
commit60e2c8604d29963e8b4a4dc5f506a3886c58202d (patch)
tree816b4ecc2226d62d3bad9d084458026dbd1cf280 /cfg-common.h
parent0a39709c15890161388e6d32cceea2ff3350aa82 (diff)
downloadmpv-60e2c8604d29963e8b4a4dc5f506a3886c58202d.tar.bz2
mpv-60e2c8604d29963e8b4a4dc5f506a3886c58202d.tar.xz
Move movie_aspect to options struct
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cfg-common.h b/cfg-common.h
index bc4fdaa0f6..0e5bc60abc 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -7,9 +7,6 @@ extern char *mp_msg_charset;
extern int mp_msg_color;
extern int mp_msg_module;
-// codec/filter opts: (defined at libmpcodecs/vd.c)
-extern float movie_aspect;
-
/* defined in codec-cfg.c */
extern char * codecs_file;