diff options
author | Diego Biurrun <diego@biurrun.de> | 2018-09-20 09:33:51 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 13:09:35 +0100 |
commit | 8629149816930a43bf5a66b11c6224446cabd044 (patch) | |
tree | cea4c61d630565fc3fb295f5823b79cec8e40714 | |
parent | e22ffb3805f6994bd1fd7ab73e6297f36a53f915 (diff) | |
download | ffmpeg-8629149816930a43bf5a66b11c6224446cabd044.tar.gz |
tests: Drop duplicate variable declaration
-rwxr-xr-x | tests/fate-run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index b9b3d9763e..8c6adf11cf 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -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: |