mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
sink-input: Add a comment in pa_sink_input_request_rewind().
This commit is contained in:
parent
056bb3a39c
commit
352130f850
1 changed files with 1 additions and 0 deletions
|
|
@ -1965,6 +1965,7 @@ void pa_sink_input_request_rewind(
|
|||
i->thread_info.dont_rewind_render ||
|
||||
dont_rewind_render;
|
||||
|
||||
/* nbytes is -1 if some earlier rewind request had rewrite == false. */
|
||||
if (nbytes != (size_t) -1) {
|
||||
|
||||
/* Transform to sink domain */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue