diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-18 01:29:50 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-18 01:29:50 +0100 |
commit | bb97bcec6b2b1f7cbb82f867892c1d91811e4dcf (patch) | |
tree | 483a05554de0008102c1c783178c37997390b294 /tests/lavf-regression.sh | |
parent | aa1f38015cb0d04a5c50a8957dd7aba79f0d8882 (diff) | |
download | ffmpeg-bb97bcec6b2b1f7cbb82f867892c1d91811e4dcf.tar.gz |
Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.
This allows running more fate tests on remote targets
without the source tree.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 9b1b69f5ac..897dc633a0 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -16,7 +16,7 @@ ENC_OPTS="$ENC_OPTS -metadata title=lavftest" do_lavf_fate() { file=${outfile}lavf.$1 - input="${samples}/$2" + input="${target_samples}/$2" do_avconv $file $DEC_OPTS -i "$input" $ENC_OPTS -vcodec copy -acodec copy do_avconv_crc $file $DEC_OPTS -i $target_path/$file $3 } |