[FFmpeg-devel] [PATCH] fate/subtitles: Ignore line endings in sub-pgs-remux test
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Wed Sep 21 18:28:43 EEST 2022
Should fix ticket #9934.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
tests/fate/subtitles.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
index e6684a814b..6c8ddf0d96 100644
--- a/tests/fate/subtitles.mak
+++ b/tests/fate/subtitles.mak
@@ -54,6 +54,7 @@ fate-sub-mpsub-frames: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MPSub_capabi
# timestamps of the remuxed file have been fixed up.
FATE_SUBTITLES-$(call REMUX, SUP) += fate-sub-pgs-remux
fate-sub-pgs-remux: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup sup "-copyts -c:s copy" "-copyts -c:s copy"
+fate-sub-pgs-remux: CMP = diff
FATE_SUBTITLES_ASS-$(call DEMDEC, PJS, PJS) += fate-sub-pjs
fate-sub-pjs: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/PJS_capability_tester.pjs
--
2.34.1
More information about the ffmpeg-devel
mailing list