summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-11 17:35:28 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-11 17:38:15 +0200
commitf95674fb6cbd459e6b484caf94b490b7efede9d5 (patch)
tree383324954939b739d47ce8df4a85fa88f820f3ec /mpcommon.h
parentb26fbeddd85aae6cda93d01335bed5f108a3ff57 (diff)
downloadmpv-f95674fb6cbd459e6b484caf94b490b7efede9d5.tar.bz2
mpv-f95674fb6cbd459e6b484caf94b490b7efede9d5.tar.xz
subtitles: remove sub_last_pts hack
This code was probably added because of bad pts handling in old timing code, and should not be needed any more.
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 5f11c5e458..e0baee4f8d 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -23,7 +23,6 @@
struct subtitle;
-extern double sub_last_pts;
extern struct ass_track *ass_track;
extern struct subtitle *vo_sub_last;