[FFmpeg-devel] [PATCH 3/4] fftools/textformat: infer type in mermaid_print_value
softworkz .
softworkz at hotmail.com
Thu Jun 12 00:20:21 EEST 2025
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Marvin Scholz
> Sent: Mittwoch, 11. Juni 2025 21:57
> To: ffmpeg-devel at ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH 3/4] fftools/textformat: infer type in
> mermaid_print_value
>
> Instead of the caller having to indicate if it is passing an
> integer, just use the fact that str is NULL when an integer is
> to be printed.
> ---
Hi Marvin,
thanks a lot for the patches, I'll review them in detail shortly.
Just for this specific case: the reason for having the is_int
parameter was about avoiding to print a zero in cases when the string
is NULL.
Thanks,
sw
More information about the ffmpeg-devel
mailing list