mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
sink-input: Remove redundant check in pa_sink_input_request_rewind().
This bug is part of the problems spotted by Tanu. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=53923
This commit is contained in:
parent
3e3c9ef67b
commit
2c8aa18b1d
1 changed files with 1 additions and 2 deletions
|
|
@ -1963,8 +1963,7 @@ void pa_sink_input_request_rewind(
|
||||||
}
|
}
|
||||||
|
|
||||||
i->thread_info.rewrite_flush =
|
i->thread_info.rewrite_flush =
|
||||||
i->thread_info.rewrite_flush ||
|
i->thread_info.rewrite_flush || flush;
|
||||||
(flush && i->thread_info.rewrite_nbytes != 0);
|
|
||||||
|
|
||||||
i->thread_info.dont_rewind_render =
|
i->thread_info.dont_rewind_render =
|
||||||
i->thread_info.dont_rewind_render ||
|
i->thread_info.dont_rewind_render ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue