ffmpeg | branch: master | Timo Rothenpieler <t...@rothenpieler.org> | Sat Jan 
29 15:37:38 2022 +0100| [2f323b19789dac87ec57b9fec663e049e0dc4164] | committer: 
Timo Rothenpieler

avutil/hwcontext_qsv: fix typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f323b19789dac87ec57b9fec663e049e0dc4164
---

 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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to