chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
24d0936
)
disable some debug chatter from speaker
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 23 Sep 2007 12:40:57 +0000
(13:40 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 23 Sep 2007 12:40:57 +0000
(13:40 +0100)
server/speaker.c
patch
|
blob
|
blame
|
history
diff --git
a/server/speaker.c
b/server/speaker.c
index 4d21381a0e983f229eb0fbe52e41b9a1ffb08bd9..3aef0b082bb8d3854ecf4a1367af515262154dc2 100644
(file)
--- a/
server/speaker.c
+++ b/
server/speaker.c
@@
-987,7
+987,9
@@
int main(int argc, char **argv) {
* config->sample_format.rate
* config->sample_format.channels
/ 1000);
* config->sample_format.rate
* config->sample_format.channels
/ 1000);
+#if 0
static unsigned logit;
static unsigned logit;
+#endif
/* If we're starting then initialize the base time */
if(!rtp_time)
/* If we're starting then initialize the base time */
if(!rtp_time)
@@
-1001,7
+1003,7
@@
int main(int argc, char **argv) {
* config->sample_format.channels)
/ 1000000;
* config->sample_format.channels)
/ 1000000;
-#if
1
+#if
0
/* TODO remove logging guff */
if(!(logit++ & 1023))
info("rtp_time %llu target %llu difference %lld [%lld]",
/* TODO remove logging guff */
if(!(logit++ & 1023))
info("rtp_time %llu target %llu difference %lld [%lld]",