summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2018-09-20 09:33:51 +0200
committerDiego Biurrun <diego@biurrun.de>2019-02-16 13:09:35 +0100
commit8629149816930a43bf5a66b11c6224446cabd044 (patch)
treecea4c61d630565fc3fb295f5823b79cec8e40714 /tests/fate-run.sh
parente22ffb3805f6994bd1fd7ab73e6297f36a53f915 (diff)
downloadffmpeg-streaming-8629149816930a43bf5a66b11c6224446cabd044.zip
ffmpeg-streaming-8629149816930a43bf5a66b11c6224446cabd044.tar.gz
tests: Drop duplicate variable declaration
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index b9b3d97..8c6adf1 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:
OpenPOWER on IntegriCloud