> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Nicolas George
> Sent: Sonntag, 9. März 2025 20:06
> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v5 1/5] avutil/log: Add
> AV_LOG_PRINT_MEMADDRESSES logging flag
>
> softworkz (HE12025-03-09):
> > From: softworkz <softwo...@hotmail.com>
> >
> > which is meant to control prefix formatting. The actual formatting
> > has to be performed by the consuming application which needs to
> provide
> > a custom logging callback via av_log_set_callback().
> >
> > Signed-off-by: softworkz <softwo...@hotmail.com>
> > ---
> > doc/APIchanges | 3 +++
> > libavutil/log.h | 5 +++++
> > libavutil/version.h | 2 +-
> > 3 files changed, 9 insertions(+), 1 deletion(-)
>
> <sigh>
>
> This has nothing to do in libavutil.
Do you mean that fftools should do its own handling of log level and log flags
then, separate from avutil logging?
And another question would be about the printing of date and time in log lines.
It has been added just recently and never been in any public release yet.
Should I remove this from avutil so that it is only in fftools logging?
Thanks
sw
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".