vp3-mt: fix deadlock when first frame is not a keyframe.

This commit is contained in:
Ronald S. Bultje 2011-03-02 12:15:07 -05:00
parent ff1efc524c
commit 8cf9a09d40
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}