summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 09:51:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 09:51:44 +0000
commit36a14ac50cfdfaba97e1a8f599816bf6a03da323 (patch)
tree866a73f418efa17be68bb02e0229eeb167b2f99c /cfg-common.h
parent22e310b9aef77477e022874beb388514911ead1e (diff)
downloadmpv-36a14ac50cfdfaba97e1a8f599816bf6a03da323.tar.bz2
mpv-36a14ac50cfdfaba97e1a8f599816bf6a03da323.tar.xz
Declare externally used variables from vd.c as extern in vd.h.
This saves declaring them as extern all over the place. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30695 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 410e7e386e..aefe60c097 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -28,11 +28,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 screen_size_xy;
-extern int softzoom;
-extern int flip;
-
/* defined in codec-cfg.c */
extern char * codecs_file;