Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-03-14 20:37:44 +0300
committerJames Almer <jamrial@gmail.com>2019-03-14 20:37:44 +0300
commita200bf8094bfaa0a0e4cf2fa270a18167a833d75 (patch)
tree269dc17bdd15df58dd6a325ceae291b31a45e4ad /tests/fate-run.sh
parentfda424b300c1a0b991296aa585691609d01196bd (diff)
tests: Convert lavf container tests with samples to non-legacy test scripts
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ebd5c14c17..7e6d2b1a7e 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -310,6 +310,16 @@ lavf_container_timecode()
lavf_container "" "$1"
}
+lavf_container_fate()
+{
+ t="${test#lavf-fate-}"
+ outdir="tests/data/lavf-fate"
+ file=${outdir}/lavf.$t
+ input="${target_samples}/$1"
+ do_avconv $file $DEC_OPTS $2 -i "$input" "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy
+ do_avconv_crc $file $DEC_OPTS -i $target_path/$file $3
+}
+
lavf_image(){
t="${test#lavf-}"
outdir="tests/data/images/$t"