This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 11e9a325ec06d9d6784dabbd655c490797249910 Author: James Almer <[email protected]> AuthorDate: Mon Feb 2 16:55:06 2026 -0300 Commit: James Almer <[email protected]> CommitDate: Thu Feb 5 23:21:49 2026 -0300 tests/fate/matroska: remove copyts from audio tests It's not needed after the previous commit. Signed-off-by: James Almer <[email protected]> --- 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" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
