[FFmpeg-cvslog] tests: Drop duplicate variable declaration
Diego Biurrun
git at videolan.org
Mon Mar 11 03:21:41 EET 2019
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Sep 20 09:33:51 2018 +0200| [8629149816930a43bf5a66b11c6224446cabd044] | committer: Diego Biurrun
tests: Drop duplicate variable declaration
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8629149816930a43bf5a66b11c6224446cabd044
---
tests/fate-run.sh | 1 -
1 file changed, 1 deletion(-)
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:
More information about the ffmpeg-cvslog
mailing list