]> git.sesse.net Git - ffmpeg/commit
tests/fate: Don't keep unnecessary temp files
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 28 Feb 2021 17:43:18 +0000 (18:43 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 5 Mar 2021 08:24:34 +0000 (09:24 +0100)
commit94bf3f90e92437fe93ced2b2f058b13f4a290119
tree63a20ca72173d7dd0698b6114c46adb614be405c
parent491a30c79cf7e1fa7e32aeb4968a8c63af6e0534
tests/fate: Don't keep unnecessary temp files

Some FATE tests use files created by other FATE tests as input files;
this mostly affects the seek tests which use files from vsynth_lena as
well as acodec-pcm as input files. In order to make this possible the
temporary files of all the vsynth* and all acodec-pcm tests are kept.
Yet only a fraction of these files are actually used. This commit
changes this to only keep the files that are actually needed for other
tests. This reduces the size of the tests/data/fate folder after a full
FATE run from 2024727441B to 138739312B.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tests/fate/acodec.mak
tests/fate/filter-video.mak
tests/fate/seek.mak
tests/fate/vcodec.mak