summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:03:42 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commitc7985fe5f705523fe2fd150b1c50de9185e512e6 (patch)
tree8a47a38a18c4534aa2498ca2bcb728d16e4021f0 /sub/dec_sub.c
parent29226e6a994e829c637f04cfd7f3574f0699885c (diff)
downloadmpv-c7985fe5f705523fe2fd150b1c50de9185e512e6.tar.bz2
mpv-c7985fe5f705523fe2fd150b1c50de9185e512e6.tar.xz
sub: remove sd_lavf_srt.c
This restored timestamps when demuxing srt subtitles in Libav, which was important for avoiding slightly overlapping subtitles. Since the way this works was changed, there is no real reason to maintain proper timestamps anymore on this level - this can be dropped without issues.
Diffstat (limited to 'sub/dec_sub.c')
-rw-r--r--sub/dec_sub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sub/dec_sub.c b/sub/dec_sub.c
index dffec03983..3a2136f302 100644
--- a/sub/dec_sub.c
+++ b/sub/dec_sub.c
@@ -36,7 +36,6 @@ extern const struct sd_functions sd_ass;
extern const struct sd_functions sd_lavc;
extern const struct sd_functions sd_srt;
extern const struct sd_functions sd_microdvd;
-extern const struct sd_functions sd_lavf_srt;
extern const struct sd_functions sd_lavc_conv;
static const struct sd_functions *const sd_list[] = {
@@ -45,7 +44,6 @@ static const struct sd_functions *const sd_list[] = {
#endif
&sd_lavc,
&sd_srt,
- &sd_lavf_srt,
&sd_microdvd,
&sd_lavc_conv,
NULL