Signed-off-by: Zhong Li <[email protected]>
---
libavutil/hwcontext_qsv.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c
index 0329a81ec3..b1b67400de 100644
--- a/libavutil/hwcontext_qsv.c
+++ b/libavutil/hwcontext_qsv.c
@@ -1180,11 +1180,6 @@ static int
qsv_device_derive_from_child(AVHWDeviceContext *ctx,
goto fail;
}
- ret = MFXQueryVersion(hwctx->session,&ver);
- if (ret == MFX_ERR_NONE) {
- av_log(ctx, AV_LOG_VERBOSE, "MFX compile/runtime API: %d.%d/%d.%d\n",
- MFX_VERSION_MAJOR, MFX_VERSION_MINOR, ver.Major, ver.Minor);
- }
return 0;
fail:
--
2.17.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".