From eeadaa6bc09dbecccfe3d227a336f6cdeba0b39a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 7 May 2011 13:57:21 +0100 Subject: regtest: separate flags for encoding and decoding This separates encoding and decoding flags, and passes them together with the related file argument instead of all at the start of the command line. Signed-off-by: Mans Rullgard --- tests/lavfi-regression.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lavfi-regression.sh') diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index ed13f7050a..17988192df 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -19,8 +19,8 @@ do_video_filter() { filters=$2 shift 2 printf '%-20s' $label >>$logfile - run_ffmpeg -f image2 -vcodec pgmyuv -i $raw_src \ - -vf "$filters" -vcodec rawvideo $* -f nut md5: >>$logfile + run_ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \ + $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5: >>$logfile } do_lavfi() { -- cgit v1.2.3