The first patch is purely a rename. I had deferred it since the previous patchset was quite massive already.
The second patch removes unnecessary casts as promised earlier. Thanks, sw softworkz (3): fftools/textformat: Rename variables wctx to tctx fftools/textformat: Remove redundant casts fftools/textformat: Cleanup unneeded includes fftools/graph/graphprint.c | 16 +-- fftools/resources/resman.c | 6 +- fftools/textformat/avtextformat.c | 10 +- fftools/textformat/avtextwriters.h | 1 - fftools/textformat/tf_compact.c | 78 +++++------ fftools/textformat/tf_default.c | 48 +++---- fftools/textformat/tf_flat.c | 38 ++--- fftools/textformat/tf_ini.c | 36 ++--- fftools/textformat/tf_json.c | 84 +++++------ fftools/textformat/tf_mermaid.c | 214 ++++++++++++++--------------- fftools/textformat/tf_mermaid.h | 2 +- fftools/textformat/tf_xml.c | 82 +++++------ fftools/textformat/tw_avio.c | 3 - fftools/textformat/tw_buffer.c | 3 - fftools/textformat/tw_stdout.c | 3 - 15 files changed, 304 insertions(+), 320 deletions(-) base-commit: 11d1b71c311d1a1432a280e0e1ee7bc0ba91d671 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-104%2Fsoftworkz%2Fsubmit_avtext_validation-v1 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-104/softworkz/submit_avtext_validation-v1 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/104 -- ffmpeg-codebot _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".