From 1f265f52050e967d78e29d8e115c7dc849b14c4e Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sat, 29 Dec 2012 23:26:36 +0100 Subject: microdvd: sanitize AVPackets. Current MicroDVD AVPackets contain timing information and trailing line breaks. The data is now only composed of the markup data. Doing this consistently between text subtitles decoders allows to use different codec for various formats. For instance, MicroDVD markup is sometimes found in some VPlayer files. Also, generally speaking, the subtitles text decoders have no use of these timings (and they must not use them since it would break any user timing adjustment). Technically, this is a major ABI break. In practice, a mismatching lavf/lavc will now error out for MicroDVD decoding. Supporting both formats requires unnecessary complex and fragile code. FATE needs update because line breaks in the ASS file were "\n" (because that's what is used in the original file). ASS format expect "\r\n" line breaks; this commit fixes this issue. Also note that this "\r\n" trailing need to be moved at some point from the decoders to the ASS muxer. --- tests/ref/fate/sub-microdvd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ref/fate/sub-microdvd b/tests/ref/fate/sub-microdvd index 9fc10fbc57..2059989172 100644 --- a/tests/ref/fate/sub-microdvd +++ b/tests/ref/fate/sub-microdvd @@ -1 +1 @@ -6356b8c53169aae6a20bce34d0f7be87 +35e133576aa3881d2de8dbf39a8d6df7 -- cgit v1.2.3