mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
avfilter/vf_idet: Use frame_requested instead of prev
This is more robust if the delay is not constant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3eb5cbe0c5
commit
18802bc81c
@ -285,7 +285,7 @@ static int request_frame(AVFilterLink *link)
|
||||
} else if (ret < 0) {
|
||||
return ret;
|
||||
}
|
||||
} while (!idet->prev);
|
||||
} while (link->frame_requested);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user