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:
Flavio Ceolin 2012-09-04 11:28:38 -03:00 committed by Tanu Kaskinen
parent 3e3c9ef67b
commit 2c8aa18b1d

View file

@ -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 ||