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

Mark Thompson sw at jkqxz.net
Sun Jan 24 14:16:12 CET 2016


On 24/01/16 00:34, Timothy Gu wrote:
> 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.”

This got lost when most things got moved out of pipeline context (also making the class for that somewhat vestigial).

I'll add a new generic class and use it for everything in that file, I think.

- Mark



More information about the ffmpeg-devel mailing list