mirror of https://git.ffmpeg.org/ffmpeg.git
tests/fate-run: Remove intermediate lavf_container_fate files
They are not used lateron. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
fb2e8142b6
commit
1f34e8963f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue