X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.2.patch6;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.2.patch6;h=e89e2b628306eedf977de0752b1c44f618d1a5a7;hb=8e67d840c5a93f77de021102a4f0bfc4e07504f4;hp=0000000000000000000000000000000000000000;hpb=b350aa5a1ccbadcb5f794183c443c0738cd1e9ab;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch6 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch6 new file mode 100644 index 00000000..e89e2b62 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch6 @@ -0,0 +1,11 @@ +diff -ru a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c +--- a/libavcodec/vdpau_mpeg12.c 2019-07-08 11:45:25.000000000 -0600 ++++ b/libavcodec/vdpau_mpeg12.c 2019-08-08 18:20:33.488773439 -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, + };