summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 10:57:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 10:57:40 +0000
commit7415e7aad1dc4f07d43c7663003ee90893b630f0 (patch)
treeea04414a9e3d8622c260d0afc787dde76c6e105f /cfg-common.h
parent2ead315ddc43c339765441c74c7fa478f077f5fd (diff)
downloadmpv-7415e7aad1dc4f07d43c7663003ee90893b630f0.tar.bz2
mpv-7415e7aad1dc4f07d43c7663003ee90893b630f0.tar.xz
warning fix:
cfg-common.h:347: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24397 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 90f0d81e68..42af04810f 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -344,7 +344,6 @@ extern float screen_size_xy;
extern float movie_aspect;
extern int softzoom;
extern int flip;
-extern int vd_use_slices;
/* defined in codec-cfg.c */
extern char * codecs_file;