You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vp3-mt: fix deadlock when first frame is not a keyframe.
This commit is contained in:
@@ -1915,6 +1915,7 @@ static int vp3_decode_frame(AVCodecContext *avctx,
|
||||
}
|
||||
s->last_frame = s->golden_frame;
|
||||
s->last_frame.type = FF_BUFFER_TYPE_COPY;
|
||||
ff_thread_report_progress(&s->last_frame, INT_MAX, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user