summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:08:23 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:08:23 +0000
commit69b36167846d1c2d4578ecd4333992d05da6e260 (patch)
tree6b37f4067d44726152f7d128ddc1ff02f9230fa4 /cfg-common.h
parente02230854cdc8dc2c766c2410abc0380e093439d (diff)
downloadmpv-69b36167846d1c2d4578ecd4333992d05da6e260.tar.bz2
mpv-69b36167846d1c2d4578ecd4333992d05da6e260.tar.xz
Fix warnings:
cfg-common.h:349: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here cfg-common.h:350: warning: redundant redeclaration of 'divx_quality' libmpcodecs/dec_video.h:23: warning: previous declaration of 'divx_quality' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24389 b3059339-0415-0410-9bf9-f77b7e298cf2
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 431560fd0d..59fd69fbac 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -346,8 +346,6 @@ extern float screen_size_xy;
extern float movie_aspect;
extern int softzoom;
extern int flip;
-extern int vd_use_slices;
-extern int divx_quality;
/* defined in codec-cfg.c */
extern char * codecs_file;