Commit 79e2d5d3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

evr/presenter: Fix sample queue loop present condition.

parent 9973081f
......@@ -541,13 +541,14 @@ static void video_presenter_check_queue(struct video_presenter *presenter,
{
LONGLONG pts, clocktime, delta;
unsigned int wait = 0;
BOOL present = TRUE;
IMFSample *sample;
MFTIME systime;
BOOL present;
HRESULT hr;
while (video_presenter_sample_queue_pop(presenter, &sample))
{
present = TRUE;
wait = 0;
if (presenter->clock)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment