chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
43e7474
)
clients/playrtp.c: Insert a paragraph heading to break the monotony.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 4 May 2020 17:26:23 +0000
(18:26 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 May 2020 22:18:28 +0000
(23:18 +0100)
This will make more sense later, I promise.
clients/playrtp.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/playrtp.c
b/clients/playrtp.c
index 372bfcf63c83373d078011019b89665463e4e2a0..b5da73fdbe500695fafd686331a96e53892ae709 100644
(file)
--- a/
clients/playrtp.c
+++ b/
clients/playrtp.c
@@
-754,6
+754,7
@@
int main(int argc, char **argv) {
}
}
if(config_read(0, NULL)) disorder_fatal(0, "cannot read configuration");
+ /* Choose a sensible default audio backend */
if(!backend) {
backend = uaudio_default(uaudio_apis, UAUDIO_API_CLIENT);
if(!backend)