aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/caf.mak
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-04 12:04:21 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 05:39:25 +0200
commit95cbd97ccefc151e7ed7e0f32ea4584b2ea44e9c (patch)
treeff673e541033db998cec601db09e780d45968dff /tests/fate/caf.mak
parent80c7258b3a8f7e77abfed53a5bce7c23e25caad6 (diff)
downloadffmpeg-95cbd97ccefc151e7ed7e0f32ea4584b2ea44e9c.tar.gz
tests/Makefile: Redo how to keep intermediate FATE-files
Extend the ordinary mechanism to signal KEEP for this. This also allows to remove the keep-parameter from enc_dec, transcode and stream_remux, so that several empty parameters '""' could be removed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/caf.mak')
-rw-r--r--tests/fate/caf.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/caf.mak b/tests/fate/caf.mak
index f153bfeb79..a53f5fa0f8 100644
--- a/tests/fate/caf.mak
+++ b/tests/fate/caf.mak
@@ -2,7 +2,7 @@ FATE_CAF_FFMPEG-$(call ALLYES, CAF_DEMUXER CRC_MUXER) += fate-caf-demux
fate-caf-demux: CMD = crc -i $(TARGET_SAMPLES)/caf/caf-pcm16.caf -c copy
FATE_CAF_FFMPEG_FFPROBE-$(call REMUX, CAF, MOV_DEMUXER) += fate-caf-alac-remux
-fate-caf-alac-remux: CMD = transcode m4a $(TARGET_SAMPLES)/lossless-audio/inside.m4a caf "-map 0:a -c copy -metadata major_brand= " "-c copy -t 0.2" "" "-show_entries format_tags"
+fate-caf-alac-remux: CMD = transcode m4a $(TARGET_SAMPLES)/lossless-audio/inside.m4a caf "-map 0:a -c copy -metadata major_brand= " "-c copy -t 0.2" "-show_entries format_tags"
FATE_CAF_FFMPEG-$(call REMUX, CAF, AMR_DEMUXER) += fate-caf-amr_nb-remux
fate-caf-amr_nb-remux: CMD = transcode amr $(TARGET_SAMPLES)/amrnb/4.75k.amr caf "-c copy" "-c copy -t 0.2"