X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.3.patch7;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.3.patch7;h=55d918a88ee20dedce8df8a72df58a3783217645;hb=d830901b11606a7838791bc45e39130329db99f0;hp=0000000000000000000000000000000000000000;hpb=fa27f905f12b15ae84eb1b3ffcd12e09d6d02660;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.3.patch7 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.3.patch7 new file mode 100644 index 00000000..55d918a8 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.3.patch7 @@ -0,0 +1,12 @@ +diff -ru a/libavcodec/h263dec.c b/libavcodec/h263dec.c +--- a/libavcodec/h263dec.c 2019-08-05 14:52:21.000000000 -0600 ++++ b/libavcodec/h263dec.c 2019-08-08 18:20:39.255383087 -0600 +@@ -684,7 +684,7 @@ + if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4) + ff_mpeg4_frame_end(avctx, buf, buf_size); + +- if (!s->divx_packed && avctx->hwaccel) ++ if (s->divx_packed && avctx->hwaccel) + ff_thread_finish_setup(avctx); + + av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);