summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-29 01:31:19 +0200
committerwm4 <wm4@nowhere>2013-06-29 22:58:14 +0200
commitf1fc60b32d2767df7bdfedb65f211246a49f0bcd (patch)
tree9a00edf095eb9fac82151fa26122e6810f86a19b /sub/sub.h
parent302852c5e3e679f2a281aaf18fba99fd823a955f (diff)
downloadmpv-f1fc60b32d2767df7bdfedb65f211246a49f0bcd.tar.bz2
mpv-f1fc60b32d2767df7bdfedb65f211246a49f0bcd.tar.xz
sub: update subtitle time offset even if paused
This was changed as part of commit b44202b as an intended simplification, but it's actually nicer to have the subtitles update immediately even if paused.
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sub.h b/sub/sub.h
index a13d3ca6f8..4a636f0700 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -120,7 +120,7 @@ struct osd_state {
struct ass_library *ass_library;
struct ass_renderer *ass_renderer;
- double sub_offset;
+ double video_offset;
double vo_pts;
bool render_subs_in_filter;