[FFmpeg-devel] [PATCH v5 05/14] fftools/textformat: Introduce common header and deduplicate code
Stefano Sabatini
stefasab at gmail.com
Thu Apr 24 01:49:37 EEST 2025
On date Tuesday 2025-04-22 21:55:34 +0000, softworkz wrote:
> From: softworkz <softworkz at hotmail.com>
>
> Signed-off-by: softworkz <softworkz at hotmail.com>
> ---
> fftools/textformat/tf_compact.c | 32 +++++-------
> fftools/textformat/tf_default.c | 27 +++-------
> fftools/textformat/tf_flat.c | 25 +++-------
> fftools/textformat/tf_ini.c | 24 +++------
> fftools/textformat/tf_internal.h | 85 ++++++++++++++++++++++++++++++++
> fftools/textformat/tf_json.c | 35 +++++--------
> fftools/textformat/tf_xml.c | 35 ++++++-------
> 7 files changed, 142 insertions(+), 121 deletions(-)
> create mode 100644 fftools/textformat/tf_internal.h
Should still be good.
More information about the ffmpeg-devel
mailing list