This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 60d868527baa80822689a2861df9d5581cc8859a Author: Kacper Michajłow <[email protected]> AuthorDate: Wed May 27 00:54:20 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Sun Jun 14 21:59:14 2026 +0200 fate/probe: test mpeg-ts with a png prefix and tiff from ticket #5565 Signed-off-by: Kacper Michajłow <[email protected]> --- tests/fate/probe.mak | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak index b501e66509..e94206f981 100644 --- a/tests/fate/probe.mak +++ b/tests/fate/probe.mak @@ -19,6 +19,12 @@ fate-probe-format-codec-dts-in-wav: REF = dts FATE_PROBE_FORMAT-$(call ALLYES, WAV_DEMUXER DTS_DEMUXER) += fate-probe-format-mp3-with-art fate-probe-format-mp3-with-art: REF = mp3 +FATE_PROBE_FORMAT-$(CONFIG_MPEGTS_DEMUXER) += fate-probe-format-mpegts-png-prefix +fate-probe-format-mpegts-png-prefix: REF = mpegts + +FATE_PROBE_FORMAT-$(call ALLYES, IMAGE_TIFF_PIPE_DEMUXER MPEGTS_DEMUXER) += fate-probe-format-tiff-not-mpegts +fate-probe-format-tiff-not-mpegts: REF = tiff_pipe + FATE_PROBE_FORMAT = $(FATE_PROBE_FORMAT-yes) FATE_SAMPLES_FFPROBE += $(FATE_PROBE_FORMAT) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
