FFmpeg/fftools/textformat
Marvin Scholz 05094c1749 fftools/textformat: remove unreachable code in tf_mermaid
Integer writing is impossible here as the first branch was dead code,
so remove it completely.

Fix CID 1646948

Reviewed-by: softworkz <softworkz@hotmail.com>
2025-07-05 02:35:00 +02:00
..
avtextformat.c fftools/textformat: renamings in print_unit_int for consistency (cosmetic) 2025-06-27 00:24:35 +02:00
avtextformat.h fftools/textformat: renamings in print_unit_int for consistency (cosmetic) 2025-06-27 00:24:35 +02:00
avtextwriters.h fftools/textformat: correctly propagate uninit error codes 2025-05-16 20:43:58 +02:00
tf_compact.c
tf_default.c
tf_flat.c
tf_ini.c
tf_internal.h
tf_json.c
tf_mermaid.c fftools/textformat: remove unreachable code in tf_mermaid 2025-07-05 02:35:00 +02:00
tf_mermaid.h
tf_xml.c
tw_avio.c fftools/textformat: correctly propagate uninit error codes 2025-05-16 20:43:58 +02:00
tw_buffer.c
tw_stdout.c