PR #24109 opened by Romain Beauxis (toots) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24109 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24109.patch
This fixes the FATE test breakage reported here: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22624/files#issuecomment-56160 >From c0edc4195c121ff9a9a5571fdbd8a07c73d9875e Mon Sep 17 00:00:00 2001 From: Romain Beauxis <[email protected]> Date: Wed, 12 Aug 2026 07:48:59 -0500 Subject: [PATCH] fate/mov: skip cover-art re-encode test without mjpeg decoder and scale filter --- tests/fate/mov.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 5c399f4020..c04a88d2e5 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -411,7 +411,7 @@ fate-mov-reenc-delete-format-metadata: CMD = transcode mov $(TARGET_SAMPLES)/cov # audio-only format tags (gapless_playback, iTunSMPB, iTunNORM) must survive when # only the cover-art video stream is re-encoded and the audio is stream-copied -FATE_MOV_FFMPEG_FFPROBE-$(call ENCDEC, PNG, NUT MOV) += fate-mov-cover-reenc-keeps-audio-format-tags +FATE_MOV_FFMPEG_FFPROBE-$(call ENCDEC, PNG, NUT MOV, MJPEG_DECODER SCALE_FILTER) += fate-mov-cover-reenc-keeps-audio-format-tags fate-mov-cover-reenc-keeps-audio-format-tags: CMD = transcode mov $(TARGET_SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a nut "-map 0:a:0 -c:a copy -map 0:v:0 -filter:v scale -c:v png -bitexact -t 0.1" "-c copy -t 0.1" "-show_entries format_tags" "" "" "" null # stream-level branding: vendor_id should be deleted on re-encode -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
