[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-201-g11da057
Colin Guthrie
gitmailer-noreply at 0pointer.de
Sun Mar 20 15:31:26 PDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from c0392af20a504d7ced715cbd7152fd6d032125aa (commit)
- Log -----------------------------------------------------------------
11da057 echo-cancel: Fix warning/typo
-----------------------------------------------------------------------
Summary of changes:
src/modules/echo-cancel/module-echo-cancel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 11da057d81a1a5d28134d1cc8cc2c6469524561d
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Sun Mar 20 22:31:50 2011 +0000
echo-cancel: Fix warning/typo
diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/echo-cancel/module-echo-cancel.c
index 74e4d58..b8f269f 100644
--- a/src/modules/echo-cancel/module-echo-cancel.c
+++ b/src/modules/echo-cancel/module-echo-cancel.c
@@ -263,7 +263,7 @@ static void time_callback(pa_mainloop_api *a, pa_time_event *e, const struct tim
struct userdata *u = userdata;
uint32_t old_rate, base_rate, new_rate;
int64_t diff_time;
- /*size_t fs*/;
+ /*size_t fs*/
struct snapshot latency_snapshot;
pa_assert(u);
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list