This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 649a4e98f4 tests/fate/demux: Fix dependencies of jxs-concat-demux test
649a4e98f4 is described below
commit 649a4e98f40feceea6c6bd933040b6ba9583980e
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Sat Jan 3 01:26:24 2026 +0100
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Sat Jan 3 01:27:53 2026 +0100
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)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]