Re: [FFmpeg-devel] [PATCH] lavu: add av_scanf_format() and use it on av_sscanf()

2025-07-21 Thread Michael Niedermayer
On Sun, Jul 20, 2025 at 05:54:25PM -0700, Jacob Lifshay wrote: > Signed-off-by: Jacob Lifshay > --- > doc/APIchanges | 3 +++ > libavutil/attributes.h | 2 ++ > libavutil/avstring.h | 2 +- > libavutil/version.h| 2 +- > 4 files changed, 7 insertions(+), 2 deletions(-) will apply

[FFmpeg-devel] [PATCH] lavu: add av_scanf_format() and use it on av_sscanf()

2025-07-20 Thread Jacob Lifshay
Signed-off-by: Jacob Lifshay --- doc/APIchanges | 3 +++ libavutil/attributes.h | 2 ++ libavutil/avstring.h | 2 +- libavutil/version.h| 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 80eb408788..5c40b7c13d 100644 --- a/do