[FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
Stefano Sabatini
stefasab at gmail.com
Sun Dec 3 17:05:40 EET 2023
On date Thursday 2023-11-30 01:49:13 +0100, Stefano Sabatini wrote:
> Generalize drawtext utilities to make them usable in other filters.
> This will be needed to introduce the QR code source and filter without
> duplicating functionality.
> ---
> libavfilter/Makefile | 2 +-
> libavfilter/textutils.c | 379 +++++++++++++++++++++++++++
> libavfilter/textutils.h | 182 +++++++++++++
> libavfilter/vf_drawtext.c | 533 ++++++++++----------------------------
> 4 files changed, 693 insertions(+), 403 deletions(-)
> create mode 100644 libavfilter/textutils.c
> create mode 100644 libavfilter/textutils.h
Updated (with more doc and a more genric ff_print_formatted_eval_expr
function).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-introduce-textutils.patch
Type: text/x-diff
Size: 44184 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20231203/615610fc/attachment.patch>
More information about the ffmpeg-devel
mailing list