[FFmpeg-devel] [PATCH] lavu: add stringinterp interface
Stefano Sabatini
stefasab at gmail.com
Mon Dec 9 15:50:06 CET 2013
On date Saturday 2013-12-07 10:43:17 +0100, Stefano Sabatini encoded:
> From: Clément Bœsch <u at pkh.me>
>
> With very minor changes by Stefano Sabatini.
>
> Based on thread:
> From: Clément Bœsch <ubitux at gmail.com>
> Subject: [FFmpeg-devel] [PATCH] WIP/lavu: add string interpolation helper.
> Date: 2012-02-01 11:01:02 GMT
>
> Signed-off-by: Stefano Sabatini <stefasab at gmail.com>
>
> TODO: bump major, add APIchanges entry, mark as experimental?
> ---
> libavutil/Makefile | 2 +
> libavutil/stringinterp.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++
> libavutil/stringinterp.h | 66 +++++++++++++++
> 3 files changed, 275 insertions(+)
> create mode 100644 libavutil/stringinterp.c
> create mode 100644 libavutil/stringinterp.h
Dropped (overlap with similar use case in drawtext, this also doesn't
allow to set formatting, e.g. to set the number of digits in a number
representation).
--
FFmpeg = Faithful Fabulous Multipurpose Powered EntanGlement
More information about the ffmpeg-devel
mailing list