ffmpeg scan remap fix, configure.ac all or none fix, 3rd party libs: ffmpeg, turbo...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch6
1 diff --git a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c
2 index 72220ffb4e..5687c416c9 100644
3 --- a/libavcodec/vdpau_mpeg12.c
4 +++ b/libavcodec/vdpau_mpeg12.c
5 @@ -114,6 +114,7 @@ const AVHWAccel ff_mpeg1_vdpau_hwaccel = {
6      .frame_priv_data_size = sizeof(struct vdpau_picture_context),
7      .init           = vdpau_mpeg1_init,
8      .uninit         = ff_vdpau_common_uninit,
9 +    .frame_params   = ff_vdpau_common_frame_params,
10      .priv_data_size = sizeof(VDPAUContext),
11      .caps_internal  = HWACCEL_CAP_ASYNC_SAFE,
12  };