X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-5.1.patch7;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-5.1.patch7;h=17f2f0500886281f00e7502a2a8e7ec3b90f2d01;hp=0000000000000000000000000000000000000000;hb=285e7ba4bfd278c090d4c5c9e1d2ec36c3d9dac5;hpb=fb88a751022f956f06c5ed4627e8f971d158836c diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-5.1.patch7 b/cinelerra-5.1/thirdparty/src/ffmpeg-5.1.patch7 new file mode 100644 index 00000000..17f2f050 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-5.1.patch7 @@ -0,0 +1,10 @@ +--- a/libavcodec/vdpau_mpeg12.c ++++ a/libavcodec/vdpau_mpeg12.c +@@ -116,6 +116,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, + };