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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to