summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:47:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:47:22 +0000
commit2e98215f1360e24a16120b6fcdd78724ce54028b (patch)
tree755b6172bb6b7630ae739a0e68cf5e36fcbc57ba /cfg-common.h
parent6448809568dba98177ec36ddc9df347073a65402 (diff)
downloadmpv-2e98215f1360e24a16120b6fcdd78724ce54028b.tar.bz2
mpv-2e98215f1360e24a16120b6fcdd78724ce54028b.tar.xz
Move movie_aspect extern declaration to libmpcodecs/vd.h.
This is the appropriate place for the declaration; the variable is declared in libmpcodecs/vd.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index db167d2f27..04058e9480 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -30,7 +30,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;