summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index bc9786f6b4..464ae64794 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -162,6 +162,7 @@ float sub_delay=0;
float sub_fps=0;
int sub_auto = 0;
int subcc_enabled=0;
+int suboverlap_enabled = 1;
#ifdef USE_SUB
static subtitle* subtitles=NULL;