summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 55e5f746ed..04d0764ded 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -199,7 +199,7 @@ int sub_auto = 0;
int subcc_enabled=0;
int suboverlap_enabled = 1;
-static sub_data* subdata=NULL;
+sub_data* subdata=NULL;
float sub_last_pts = -303;
int auto_expand=1;