tests: Drop duplicate variable declaration

pull/310/head
Diego Biurrun 7 years ago
parent e22ffb3805
commit 8629149816
  1. 1
      tests/fate-run.sh

@ -162,7 +162,6 @@ video_filter(){
filters=$1 filters=$1
shift shift
label=${test#filter-} label=${test#filter-}
raw_src="${target_path}/tests/vsynth1/%02d.pgm"
printf '%-20s' $label printf '%-20s' $label
avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src \ avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src \
$FLAGS $ENC_OPTS -vf "$filters" -c:v rawvideo -frames:v 5 $* -f nut md5: $FLAGS $ENC_OPTS -vf "$filters" -c:v rawvideo -frames:v 5 $* -f nut md5:

Loading…
Cancel
Save