diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-04 16:16:06 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 05:39:25 +0200 |
commit | aa9ac1ce494be01b5beb15ca704b82f0c43b677b (patch) | |
tree | 415711a74ed7d878aeb37b016552f737977de9df /tests/fate-run.sh | |
parent | e4563c2caf3aae298d4022ca778b1217e2dc0f12 (diff) | |
download | ffmpeg-aa9ac1ce494be01b5beb15ca704b82f0c43b677b.tar.gz |
tests/fate-run: Remove temporary files from pixfmt conversions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 5939761997..c0d65be6f4 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -432,6 +432,7 @@ pixfmt_conversion(){ outdir="tests/data/pixfmt" raw_dst="$outdir/$conversion.out.yuv" file=${outdir}/${conversion}.yuv + cleanfiles="$cleanfiles $raw_dst $file" run_avconv $DEC_OPTS -r 1 -f image2 -c:v pgmyuv -i $raw_src \ $ENC_OPTS -f rawvideo -t 1 -s 352x288 -pix_fmt $conversion $target_path/$raw_dst do_avconv $file $DEC_OPTS -f rawvideo -s 352x288 -pix_fmt $conversion -i $target_path/$raw_dst \ |