You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/error_resilience: wait for previous frame to be available
This is possibly redundant but its more correct Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -393,6 +393,8 @@ static void guess_mv(ERContext *s)
|
||||
set_mv_strides(s, &mot_step, &mot_stride);
|
||||
|
||||
num_avail = 0;
|
||||
if (s->last_pic.motion_val[0])
|
||||
ff_thread_await_progress(s->last_pic.tf, mb_height-1, 0);
|
||||
for (i = 0; i < mb_width * mb_height; i++) {
|
||||
const int mb_xy = s->mb_index2xy[i];
|
||||
int f = 0;
|
||||
|
Reference in New Issue
Block a user