[FFmpeg-devel] [PATCH] lavu/tx: stop using av_log(NULL, )

Leo Izen leo.izen at gmail.com
Thu May 25 00:24:09 EEST 2023


On 5/24/23 16:35, Lynne wrote:
> Patch attached.
> 

+    av_log((void *)&tx_class, AV_LOG_DEBUG, "%s\n", bp.str);

The type of the first argument to av_log should be AVClass **, but this 
only appears to be AVClass *. See libavutil/log.c line 428.

- Leo Izen


More information about the ffmpeg-devel mailing list