summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index fc4e176d3f..666f5dc1e4 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -186,7 +186,7 @@ static off_t step_sec=0;
static int loop_times=-1;
// A/V sync:
-static int autosync=0; // 30 might be a good default value.
+ int autosync=0; // 30 might be a good default value.
// may be changed by GUI: (FIXME!)
float rel_seek_secs=0;