mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
echo-cancel: Fix warning/typo
This commit is contained in:
parent
c0392af20a
commit
11da057d81
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue