Re: [FFmpeg-devel] [PATCH v3 4/4] avocdec/ass: simplify linebreaks

2024-03-11 Thread Marth64
LGTM. sha256 sum of my sample is bit-identical ab6d14ea8b6ce04f3dd57c0be03bc34a064c9babe439d3882a0797f12c4e9d40 TEST_ATSC.cc.ass ab6d14ea8b6ce04f3dd57c0be03bc34a064c9babe439d3882a0797f12c4e9d40 TEST_ATSC_SimplifyLinebreaks.cc.ass On Sun, Feb 11, 2024 at 8:02 PM Oneric wrote: >

[FFmpeg-devel] [PATCH v3 4/4] avocdec/ass: simplify linebreaks

2024-02-11 Thread Oneric
ff_ass_subtitle_header_* still used explicit CRLF linebreaks eventhough they will get normalised to LF later since commit 7bf1b9b35769b37684dd2f18a54f01d852a540c8. Just directly use LF. --- libavcodec/ass.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff