summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'find_sub.c')
-rw-r--r--find_sub.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/find_sub.c b/find_sub.c
index d0ea3c0016..7eeefda9d1 100644
--- a/find_sub.c
+++ b/find_sub.c
@@ -28,6 +28,7 @@
#include "mp_msg.h"
#include "mpcommon.h"
+#include "mplayer.h"
static int current_sub=0;
@@ -36,9 +37,6 @@ static int nosub_range_start=-1;
static int nosub_range_end=-1;
static const sub_data *last_sub_data = NULL;
-extern float sub_delay;
-extern float sub_fps;
-
void step_sub(sub_data *subd, float pts, int movement) {
subtitle *subs;
int key;