From af9c6c11339c685c217a8ed5a75bb10049a460c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Mar 2018 19:48:38 +0200 Subject: lavc_conv: do not allow libavcodec to drop subtitles with broken UTF-8 libavcodec normally drops subtitle lines that fail a check for invalid UTF-8 (their check is slightly broken too, by the way). This was always annoying and inconvenient, but now there is a mechanism to prevent it from doing this. Requires newst libavcodec. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9675101a6a..442dfc2de9 100644 --- a/wscript +++ b/wscript @@ -413,7 +413,7 @@ iconv support use --disable-iconv.", ffmpeg_pkg_config_checks = [ 'libavutil', '>= 56.8.100', - 'libavcodec', '>= 58.10.100', + 'libavcodec', '>= 58.16.100', 'libavformat', '>= 58.9.100', 'libswscale', '>= 5.0.101', 'libavfilter', '>= 7.0.101', -- cgit v1.2.3