[FFmpeg-devel] [PATCH 20/32] tests/fate-run: Remove intermediate lavf_container_fate files
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Apr 24 06:34:05 EEST 2022
They are not used lateron.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
tests/fate-run.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 8c27210ac0..a96ff049b0 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -340,6 +340,7 @@ lavf_container_fate()
t="${test#lavf-fate-}"
outdir="tests/data/lavf-fate"
file=${outdir}/lavf.$t
+ cleanfiles="$cleanfiles $file"
input="${target_samples}/$1"
do_avconv $file -auto_conversion_filters $DEC_OPTS $2 -i "$input" "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy
do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
--
2.32.0
More information about the ffmpeg-devel
mailing list