no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch7
1 --- a/libavcodec/vdpau_mpeg12.c
2 +++ b/libavcodec/vdpau_mpeg12.c
3 @@ -117,6 +117,7 @@
4      .frame_priv_data_size = sizeof(struct vdpau_picture_context),
5      .init           = vdpau_mpeg1_init,
6      .uninit         = ff_vdpau_common_uninit,
7 +    .frame_params   = ff_vdpau_common_frame_params,
8      .priv_data_size = sizeof(VDPAUContext),
9      .caps_internal  = HWACCEL_CAP_ASYNC_SAFE,
10  };