[FFmpeg-devel] [PATCH 1/3] lavu/qsv: remove redundant version query
Zhong Li
zhong.li at intel.com
Thu Sep 19 23:45:25 EEST 2019
Signed-off-by: Zhong Li <zhong.li at intel.com>
---
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
More information about the ffmpeg-devel
mailing list