mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
smoother: readd #ifdef protection
This commit is contained in:
parent
2cab6a256c
commit
ff52588c7b
1 changed files with 2 additions and 2 deletions
|
|
@ -515,7 +515,7 @@ void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused)
|
||||||
s->paused = paused;
|
s->paused = paused;
|
||||||
s->time_offset = s->pause_time = time_offset;
|
s->time_offset = s->pause_time = time_offset;
|
||||||
|
|
||||||
/* #ifdef DEBUG_DATA */
|
#ifdef DEBUG_DATA
|
||||||
pa_log_debug("reset()");
|
pa_log_debug("reset()");
|
||||||
/* #endif */
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue