Add back 2 patches for histogram and overlayframe that are working correctly and...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch7
1 diff -urN a/libavcodec/h263dec.c b/libavcodec/h263dec.c
2 --- a/libavcodec/h263dec.c      2019-12-02 08:48:02.926360820 -0700
3 +++ b/libavcodec/h263dec.c      2019-12-02 08:52:52.428339509 -0700
4 @@ -684,7 +684,7 @@
5      if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4)
6          ff_mpeg4_frame_end(avctx, buf, buf_size);
7  
8 -    if (!s->divx_packed && avctx->hwaccel)
9 +    if (s->divx_packed && avctx->hwaccel)
10          ff_thread_finish_setup(avctx);
11  
12      av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);