1 diff -ru a/libavcodec/h263dec.c b/libavcodec/h263dec.c
2 --- a/libavcodec/h263dec.c 2019-08-05 14:52:21.000000000 -0600
3 +++ b/libavcodec/h263dec.c 2019-08-08 18:20:39.255383087 -0600
5 if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4)
6 ff_mpeg4_frame_end(avctx, buf, buf_size);
8 - if (!s->divx_packed && avctx->hwaccel)
9 + if (s->divx_packed && avctx->hwaccel)
10 ff_thread_finish_setup(avctx);
12 av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);