Fix formatting with shfmt

This commit is contained in:
Rien Maertens
2021-06-30 11:08:05 +02:00
parent 236c3732f1
commit c57fdde1ad

View File

@ -230,14 +230,16 @@ fi
$receive_cmd \ $receive_cmd \
| $decompress \ | $decompress \
| $host_passthrough \ | $host_passthrough \
| ("$output_cmd" \ | (
-vcodec rawvideo \ "$output_cmd" \
-loglevel "$loglevel" \ -vcodec rawvideo \
-f rawvideo \ -loglevel "$loglevel" \
-pixel_format "$pixel_format" \ -f rawvideo \
-video_size "$width,$height" \ -pixel_format "$pixel_format" \
$window_title_option \ -video_size "$width,$height" \
-i - \ $window_title_option \
"$@" \ -i - \
; kill $$ "$@" \
;
kill $$
) )