update ffmpeg.git files for newer versions
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch7
1 --- a/libavcodec/vdpau_mpeg12.c
2 +++ a/libavcodec/vdpau_mpeg12.c
3 @@ -116,6 +116,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  };