avcodec/vp8: fix multiple ff_thread_finish_setup() calls
webp decoder doesn't set update_thread_context field $ ffmpeg -i rgb_q80.webp -f null - [webp @ 0x7ffbd5823200] Multiple ff_thread_finish_setup() calls Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
3a6ec10d90
commit
ed5cdf3d5a
@ -2715,6 +2715,7 @@ int vp78_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
|
|||||||
|
|
||||||
s->next_framep[VP56_FRAME_CURRENT] = curframe;
|
s->next_framep[VP56_FRAME_CURRENT] = curframe;
|
||||||
|
|
||||||
|
if (avctx->codec->update_thread_context)
|
||||||
ff_thread_finish_setup(avctx);
|
ff_thread_finish_setup(avctx);
|
||||||
|
|
||||||
if (avctx->hwaccel) {
|
if (avctx->hwaccel) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user