mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
avutil/hwcontext_qsv: fix typo
This commit is contained in:
parent
d388dc20b9
commit
2f323b1978
@ -134,7 +134,7 @@ int ff_qsv_get_surface_base_handle(mfxFrameSurface1 *surf,
|
|||||||
#if CONFIG_D3D11VA
|
#if CONFIG_D3D11VA
|
||||||
case AV_HWDEVICE_TYPE_D3D11VA:
|
case AV_HWDEVICE_TYPE_D3D11VA:
|
||||||
base_handle[0] = handle_pair->first;
|
base_handle[0] = handle_pair->first;
|
||||||
base_handle[1] = handle_pair->secode;
|
base_handle[1] = handle_pair->second;
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_DXVA2
|
#if CONFIG_DXVA2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user