summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:04:07 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commitcab942acae8772f638a0bb392a4d04ca21bea224 (patch)
tree78f17513e41281c27b7b5187831101667b01aac4 /sub/dec_sub.c
parentc7985fe5f705523fe2fd150b1c50de9185e512e6 (diff)
downloadmpv-cab942acae8772f638a0bb392a4d04ca21bea224.tar.bz2
mpv-cab942acae8772f638a0bb392a4d04ca21bea224.tar.xz
sub: remove sd_microdvd.c
This can be dropped for the same reasons as in the previous commits. It removes MicroDVD conversion support on Libav, although MicroDVD files couldn't be read in the first place ever since demux_subreader.c was removed.
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 3a2136f302..59e994d4f4 100644
--- a/sub/dec_sub.c
+++ b/sub/dec_sub.c
@@ -35,7 +35,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_lavc_conv;
static const struct sd_functions *const sd_list[] = {
@@ -44,7 +43,6 @@ static const struct sd_functions *const sd_list[] = {
#endif
&sd_lavc,
&sd_srt,
- &sd_microdvd,
&sd_lavc_conv,
NULL
};