90094716f82703513cdf8b2812948a3b17aecff3
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch6
1 diff -urN a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c
2 --- a/libavcodec/vdpau_mpeg12.c 2019-12-02 08:48:03.027361161 -0700
3 +++ b/libavcodec/vdpau_mpeg12.c 2019-12-02 08:52:38.667292990 -0700
4 @@ -114,6 +114,7 @@
5      .frame_priv_data_size = sizeof(struct vdpau_picture_context),
6      .init           = vdpau_mpeg1_init,
7      .uninit         = ff_vdpau_common_uninit,
8 +    .frame_params   = ff_vdpau_common_frame_params,
9      .priv_data_size = sizeof(VDPAUContext),
10      .caps_internal  = HWACCEL_CAP_ASYNC_SAFE,
11  };