Commit d204b7ff authored by Mark Thompson's avatar Mark Thompson

Merge commit 'e2319026'

* commit 'e2319026':
  lavu/qsv: add log message for libmfx version
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents a919ab85 e2319026
......@@ -1035,6 +1035,10 @@ static int qsv_device_derive_from_child(AVHWDeviceContext *ctx,
goto fail;
}
av_log(ctx, AV_LOG_VERBOSE,
"Initialize MFX session: API version is %d.%d, implementation version is %d.%d\n",
MFX_VERSION_MAJOR, MFX_VERSION_MINOR, ver.Major, ver.Minor);
MFXClose(hwctx->session);
err = MFXInit(implementation, &ver, &hwctx->session);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment