aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/textformat/tf_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* fftools/tf_internal: Use av_default_item_namesoftworkz2025-05-151-5/+1
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: softworkz <softworkz@hotmail.com>
* fftools/textformat: Introduce common header and deduplicate codesoftworkz2025-05-151-0/+85
Also change writer_printf signature in AVTextWriter to use va_list, so that it can be called by the new function writer_printf() in tf_internal.h. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: softworkz <softworkz@hotmail.com>