mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 18:02:11 +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,
|
||||
.decode_slice = dxva2_vc1_decode_slice,
|
||||
.end_frame = dxva2_vc1_end_frame,
|
||||
.frame_params = ff_dxva2_common_frame_params,
|
||||
.frame_priv_data_size = sizeof(struct dxva2_picture_context),
|
||||
.priv_data_size = sizeof(FFDXVASharedContext),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user