mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
tests: Drop duplicate variable declaration
This commit is contained in:
parent
e22ffb3805
commit
8629149816
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user