mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 04:43:27 +00:00
fate-run: Fix indentation
This commit is contained in:
parent
362c17e656
commit
04deaef293
@ -262,10 +262,10 @@ concat(){
|
||||
awk "{gsub(/%SRCFILE%/, \"$sample\"); print}" $template > $concatfile
|
||||
|
||||
if [ "$mode" = "md5" ]; then
|
||||
run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -fflags keepside -safe 0 $extra_args $concatfile | tr -d '\r' > $packetfile
|
||||
do_md5sum $packetfile
|
||||
run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -fflags keepside -safe 0 $extra_args $concatfile | tr -d '\r' > $packetfile
|
||||
do_md5sum $packetfile
|
||||
else
|
||||
run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -of compact=p=0:nk=1 -fflags keepside -safe 0 $extra_args $concatfile
|
||||
run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -of compact=p=0:nk=1 -fflags keepside -safe 0 $extra_args $concatfile
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user