On 12/28/2017 9:27 AM, Zhong Li wrote:
> +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);
Maybe AV_LOG_DEBUG?
I have no strong opinion, th
It is benefit to diagnose issues related to different libmfx version.
Signed-off-by: Zhong Li
---
libavutil/hwcontext_qsv.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c
index 9b6040b..6228c04 100644
--- a/libavutil/hwcontext_qsv.c