mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter/ddagrab: actually use provided texture pointer
This commit is contained in:
parent
e006680d8e
commit
0e7ae95cc2
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ static int create_d3d11_pointer_tex(AVFilterContext *avctx,
|
|||
}
|
||||
|
||||
hr = ID3D11Device_CreateShaderResourceView(dda->device_hwctx->device,
|
||||
(ID3D11Resource*)dda->mouse_texture,
|
||||
(ID3D11Resource*)*out_tex,
|
||||
&resource_desc,
|
||||
res_view);
|
||||
if (FAILED(hr)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue