From 2f323b19789dac87ec57b9fec663e049e0dc4164 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Sat, 29 Jan 2022 15:37:38 +0100 Subject: [PATCH] avutil/hwcontext_qsv: fix typo --- libavutil/hwcontext_qsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c index 6d9b8324c2..d3d8f42c99 100644 --- a/libavutil/hwcontext_qsv.c +++ b/libavutil/hwcontext_qsv.c @@ -134,7 +134,7 @@ int ff_qsv_get_surface_base_handle(mfxFrameSurface1 *surf, #if CONFIG_D3D11VA case AV_HWDEVICE_TYPE_D3D11VA: base_handle[0] = handle_pair->first; - base_handle[1] = handle_pair->secode; + base_handle[1] = handle_pair->second; return 0; #endif #if CONFIG_DXVA2