>> I was trying to use a custom log callback and noticed that this pretty >> much requires using av_log_format_line(), as the interpretation of the >> format string is not trivial. > > Uh what? It's just snprintf formatting. What av_log_format_line() is > adding additional information, which in theory the API user can build > on its own.
You are right, in the end it's a simple call to vsnprintf. Seems I got lost in some of the shenanigans that happened around it, sorry for the confusion. > This suggestion might make sense. You'll have to add it as > av_log_format_line2() or so, because the existing API must remain > compatible. Cool. I'll try and prepare a patch then. Thanks. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel