mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-04 01:57:07 +00:00
avcodec/dxva2_vc1: add missing frame_params callback to vc1_d3d11va2 hwaccel
Fixes ticket #7096 Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ed0e0fe102
commit
59347c2474
@ -473,6 +473,7 @@ const AVHWAccel ff_vc1_d3d11va2_hwaccel = {
|
|||||||
.start_frame = dxva2_vc1_start_frame,
|
.start_frame = dxva2_vc1_start_frame,
|
||||||
.decode_slice = dxva2_vc1_decode_slice,
|
.decode_slice = dxva2_vc1_decode_slice,
|
||||||
.end_frame = dxva2_vc1_end_frame,
|
.end_frame = dxva2_vc1_end_frame,
|
||||||
|
.frame_params = ff_dxva2_common_frame_params,
|
||||||
.frame_priv_data_size = sizeof(struct dxva2_picture_context),
|
.frame_priv_data_size = sizeof(struct dxva2_picture_context),
|
||||||
.priv_data_size = sizeof(FFDXVASharedContext),
|
.priv_data_size = sizeof(FFDXVASharedContext),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user