X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvdpau_h264.c;h=05a41d040261e8e953a49773bd3eead7e1461ed9;hb=d5d6b8e259793d0f96f820d4d724652268f0f8d4;hp=b4aac8764b4761aa75e176686cb00effc00f8eaa;hpb=1f40536ccaeac488fb0766da7ed05a13bf5263ba;p=ffmpeg diff --git a/libavcodec/vdpau_h264.c b/libavcodec/vdpau_h264.c index b4aac8764b4..05a41d04026 100644 --- a/libavcodec/vdpau_h264.c +++ b/libavcodec/vdpau_h264.c @@ -234,5 +234,5 @@ AVHWAccel ff_h264_vdpau_hwaccel = { .start_frame = vdpau_h264_start_frame, .end_frame = vdpau_h264_end_frame, .decode_slice = vdpau_h264_decode_slice, - .priv_data_size = sizeof(struct vdpau_picture_context), + .frame_priv_data_size = sizeof(struct vdpau_picture_context), };