From 11e9a325ec06d9d6784dabbd655c490797249910 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 2 Feb 2026 16:55:06 -0300 Subject: [PATCH] tests/fate/matroska: remove copyts from audio tests It's not needed after the previous commit. Signed-off-by: James Almer --- tests/fate/matroska.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak index 5ef9bffccb..90e3db3217 100644 --- a/tests/fate/matroska.mak +++ b/tests/fate/matroska.mak @@ -200,11 +200,11 @@ fate-matroska-mpegts-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/mpegts/pmtc # to make them zero before reaching the muxer while it does not # for the ogg-opus-remux test. -avoid_negative_ts make_zero counters this. FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, OPUS_PARSER OPUS_DECODER) += fate-matroska-opus-remux -fate-matroska-opus-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv matroska "-avoid_negative_ts make_zero -c copy" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" +fate-matroska-opus-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv matroska "-avoid_negative_ts make_zero -c copy" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" # Tests maintaining codec delay while remuxing from ogg. FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, OGG_DEMUXER OPUS_PARSER OPUS_DECODER) += fate-matroska-ogg-opus-remux -fate-matroska-ogg-opus-remux: CMD = transcode ogg $(TARGET_SAMPLES)/ogg/intro-partial.opus matroska "-c copy" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" +fate-matroska-ogg-opus-remux: CMD = transcode ogg $(TARGET_SAMPLES)/ogg/intro-partial.opus matroska "-c copy" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" # This tests reencoding with an audio encoder that adds initial padding. # The initial padding is currently not maintained. @@ -213,7 +213,7 @@ FATE_MATROSKA_FFMPEG_FFPROBE-$(call REMUX, MATROSKA, MXF_DEMUXER PCM_S16LE_DECOD MPEG2VIDEO_DECODER MPEGVIDEO_PARSER \ MPEGAUDIO_PARSER \ EXTRACT_EXTRADATA_BSF) += fate-matroska-encoding-delay -fate-matroska-encoding-delay: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Sony-00001.mxf matroska "-c:v copy -af aresample -c:a mp2fixed" "-copyts -c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" +fate-matroska-encoding-delay: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Sony-00001.mxf matroska "-c:v copy -af aresample -c:a mp2fixed" "-c copy" "-show_packets -show_entries stream=codec_name,initial_padding -read_intervals %0.05" FATE_MATROSKA-$(call REMUX, MATROSKA, SUP_DEMUXER) += fate-matroska-pgs-remux fate-matroska-pgs-remux: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy" "-copyts -c:s copy"