From: softworkz
which is controls prefix formatting. With this flag set, the prefix is
printed without the memory address, otherwise it is included.
Signed-off-by: softworkz
---
doc/APIchanges | 3 +++
libavutil/log.c | 6 --
libavutil/log.h | 5 +
libavutil/version.h | 2
softworkz:
> From: softworkz
>
> which is controls prefix formatting. With this flag set, the prefix is
> printed without the memory address, otherwise it is included.
>
> Signed-off-by: softworkz
> ---
> doc/APIchanges | 3 +++
> libavutil/log.c | 6 --
> libavutil/log.h | 5
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: Donnerstag, 10. April 2025 09:39
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v10 1/3] avutil/log: Add log flag
> AV_LOG_PRINT_MEMADDRESSES
>
> sof