[FFmpeg-devel] [PATCH v4 1/5] libavutil: VAAPI infrastructure

Timothy Gu timothygu99 at gmail.com
Sun Jan 24 01:34:45 CET 2016


On Sat, Jan 23, 2016 at 07:13:38PM +0000, Mark Thompson wrote:
> +        av_log(0, AV_LOG_ERROR, "Failed to destroy surface: "
> +               "%d (%s).\n", vas, vaErrorStr(vas));

Maybe you can consider adding an AVClass just for logging. Either way the “0”
needs to be “NULL.”

Here and below.

Timothy


More information about the ffmpeg-devel mailing list