Fix formatting with shfmt
This commit is contained in:
parent
236c3732f1
commit
c57fdde1ad
22
reStream.sh
22
reStream.sh
@ -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 $$
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user