X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.1.patch6;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.1.patch6;h=b4a5c3fb9913c80c57c33f3e97b5bc0b072634a5;hb=f06e8ed85bd5937d704d57b65e0fb26ed288996d;hp=0000000000000000000000000000000000000000;hpb=d39e86b13734da9fb9eeec852bb0759bb051965b;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.patch6 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.patch6 new file mode 100644 index 00000000..b4a5c3fb --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.patch6 @@ -0,0 +1,11 @@ +diff -u a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c +--- a/libavcodec/vdpau_mpeg12.c 2018-11-02 18:17:29.000000000 -0600 ++++ b/libavcodec/vdpau_mpeg12.c 2019-04-22 10:28:41.762275864 -0600 +@@ -114,6 +114,7 @@ + .frame_priv_data_size = sizeof(struct vdpau_picture_context), + .init = vdpau_mpeg1_init, + .uninit = ff_vdpau_common_uninit, ++ .frame_params = ff_vdpau_common_frame_params, + .priv_data_size = sizeof(VDPAUContext), + .caps_internal = HWACCEL_CAP_ASYNC_SAFE, + };