PR #21365 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21365 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21365.patch
It uses ffmpeg, not ffprobe. Fixes https://fate.ffmpeg.org/report.cgi?time=20260102215443&slot=x86_64-archlinux-gcc-disableavfilter >From 649a4e98f40feceea6c6bd933040b6ba9583980e Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Sat, 3 Jan 2026 01:26:24 +0100 Subject: [PATCH] tests/fate/demux: Fix dependencies of jxs-concat-demux test It uses ffmpeg, not ffprobe. Fixes https://fate.ffmpeg.org/report.cgi?time=20260102215443&slot=x86_64-archlinux-gcc-disableavfilter Signed-off-by: Andreas Rheinhardt <[email protected]> --- tests/fate/demux.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 63b20cd458..4d24a78fec 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -175,7 +175,7 @@ fate-ts-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ac3/mp3ac325-4864-small.ts FATE_FFPROBE_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-timed-id3-demux fate-ts-timed-id3-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/mpegts/id3.ts -FATE_FFPROBE_DEMUX-$(call PARSERDEM, JPEGXS, IMAGE_JPEGXS_PIPE, CONCAT_PROTOCOL) += fate-jxs-concat-demux +FATE_SAMPLES_DEMUX-$(call PARSERDEM, JPEGXS, IMAGE_JPEGXS_PIPE, CONCAT_PROTOCOL) += fate-jxs-concat-demux fate-jxs-concat-demux: CMD = framecrc "-i concat:$(TARGET_SAMPLES)/jxs/lena.jxs|$(TARGET_SAMPLES)/jxs/lena.jxs -c:v copy" FATE_SAMPLES_DEMUX += $(FATE_SAMPLES_DEMUX-yes) -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
