From c54174b40e51b007c26ba732c712a3353cbc40f8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 15 Jun 2014 21:10:38 +0200 Subject: sub: prefer ffmpeg microdvd converter over internal one We certainly don't want to maintain and improve the internal converter, but we still need the internal one for Libav. (In the Libav case, demux_subreader.c will be used to read the MicroDVD file.) --- sub/dec_sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/dec_sub.c b/sub/dec_sub.c index 798f6c3000..79884576b0 100644 --- a/sub/dec_sub.c +++ b/sub/dec_sub.c @@ -48,9 +48,9 @@ static const struct sd_functions *const sd_list[] = { &sd_lavc, &sd_movtext, &sd_srt, - &sd_microdvd, &sd_lavf_srt, &sd_lavc_conv, + &sd_microdvd, NULL }; -- cgit v1.2.3