X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=68c2ce919201b198ab1f363cf095c7725304e537;hb=39a5c0ac0651113750d01f3ee6bcf3819de3d7ee;hp=6f001f6d47c10aff960b77dae4fbb69650bfe1e9;hpb=9af8ce754b705c36ad4d2b6fd0f73f87ca4381c4;p=ffmpeg diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 6f001f6d47c..68c2ce91920 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -614,7 +614,7 @@ retry: if ((ret = ff_mpv_frame_start(s, avctx)) < 0) return ret; - if (!s->divx_packed) + if (!s->divx_packed && !avctx->hwaccel) ff_thread_finish_setup(avctx); if (avctx->hwaccel) {