[FFmpeg-devel] [PATCH 1/2] lavu/qsv: add log message for libmfx version

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Dec 28 18:09:51 EET 2017


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, though.

- Derek


More information about the ffmpeg-devel mailing list