summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh2
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
}