chiark / gitweb /
clients/playrtp.c: Insert a paragraph heading to break the monotony.
[disorder] / clients / playrtp.c
index 372bfcf63c83373d078011019b89665463e4e2a0..b5da73fdbe500695fafd686331a96e53892ae709 100644 (file)
@@ -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)