mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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->time_offset = s->pause_time = time_offset;
|
||||
|
||||
/* #ifdef DEBUG_DATA */
|
||||
#ifdef DEBUG_DATA
|
||||
pa_log_debug("reset()");
|
||||
/* #endif */
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue