summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-28 23:17:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-28 23:17:14 +0000
commit4984919e0b81198fd38b5114797c2025cfb5a013 (patch)
tree3f0dff039e41fdef8f459a7bd3b6c7f11eda163e /Gui/cfg.h
parentfdb87e0d8e63a5a92432247baeceb3b36425bf49 (diff)
downloadmpv-4984919e0b81198fd38b5114797c2025cfb5a013.tar.bz2
mpv-4984919e0b81198fd38b5114797c2025cfb5a013.tar.xz
add autosync && some 10l bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8312 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 02afcfdc50..f1ff0995fd 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -20,6 +20,9 @@ extern char * gtkDXR3Device;
extern int gtkCacheOn;
extern int gtkCacheSize;
+extern int gtkAutoSyncOn;
+extern int gtkAutoSync;
+
extern int gtkSubDumpMPSub;
extern int gtkSubDumpSrt;