FFmpeg/tests/ref
Kacper Michajłow 5c95e8e3a6 avcodec/srtenc: don't produce SRT files with mixed line endings
Initially, avcodec/srtenc.c was outputting CRLF [1]. Later, a real SRT
muxer was added [2], which outputs LF. The original srtenc.c was
converted to use the muxer [3], changing its output to LF, except for
newline characters within subtitle text.

Fix this to avoid producing SRT files with mixed line endings.

[1] 8e43b6fed9
[2] 9e63c30daa
[3] 55180b3299

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2025-08-03 17:27:35 +00:00
..
acodec avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
fate avcodec/srtenc: don't produce SRT files with mixed line endings 2025-08-03 17:27:35 +00:00
lavf avcodec/dfpwmenc: Correctly pad input 2025-07-03 20:18:55 +02:00
lavf-fate fate/lavf-container: add test for APV in MP4 2025-07-18 14:55:34 -03:00
pixfmt swscale/swscale_unscaled: account for semi planar formats with data in the msb 2025-03-15 18:43:18 -03:00
seek avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
vsynth avcodec/asvenc: Don't waste bits encoding non-visible part 2025-05-26 03:37:09 +02:00