summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 14:41:40 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 14:41:40 +0000
commit3549dbe813944222103b7579ef966e6805a8eaff (patch)
treef1ca5e48eab411147212b3215370a56952c9c233 /mplayer.h
parent4fd397ac8931a6a674f7c348171c10ca1d3c10fd (diff)
downloadmpv-3549dbe813944222103b7579ef966e6805a8eaff.tar.bz2
mpv-3549dbe813944222103b7579ef966e6805a8eaff.tar.xz
add overlapping to preferences
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8718 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.h b/mplayer.h
index eef50a24c1..f58cf95148 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -32,6 +32,7 @@ extern int sub_pos;
extern int sub_unicode;
extern subtitle* subtitles;
extern subtitle* vo_sub;
+extern int suboverlap_enabled;
extern char * filename;