[FFmpeg-cvslog] tests/fate-run: Remove intermediate lavf_container_fate files
Andreas Rheinhardt
git at videolan.org
Thu Apr 28 04:24:39 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Apr 22 23:47:38 2022 +0200| [1f34e8963f866d635f47a2417a07ca2cfe5bea7d] | committer: Andreas Rheinhardt
tests/fate-run: Remove intermediate lavf_container_fate files
They are not used lateron.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f34e8963f866d635f47a2417a07ca2cfe5bea7d
---
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
More information about the ffmpeg-cvslog
mailing list