Skip to content

Commit

Permalink
tests: Drop duplicate variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed Feb 16, 2019
1 parent e22ffb3 commit 8629149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/fate-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ video_filter(){
filters=$1
shift
label=${test#filter-}
raw_src="${target_path}/tests/vsynth1/%02d.pgm"
printf '%-20s' $label
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:
Expand Down

0 comments on commit 8629149

Please sign in to comment.