1a9476c7629ab44d6533bf9515866ee130a35098
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-5.1.patch8
1 --- a/libavcodec/h263dec.c
2 +++ b/libavcodec/h263dec.c
3 @@ -685,7 +685,7 @@
4      if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4)
5          ff_mpeg4_frame_end(avctx, buf, buf_size);
6  
7 -    if (!s->divx_packed && avctx->hwaccel)
8 +    if (s->divx_packed && avctx->hwaccel)
9          ff_thread_finish_setup(avctx);
10  
11      av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);