[FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
Timo Rothenpieler
timo at rothenpieler.org
Wed Jan 3 14:58:14 EET 2024
On 16.12.2023 16:35, Stefano Sabatini wrote:
> Ping, if there are no objections or comments I plan to push this in a
> week or something.
This broke the build:
> libavfilter/vf_drawtext.c: In function 'shape_text':
> libavfilter/vf_drawtext.c:687:13: error: implicit declaration of function 'is_newline'; did you mean 'ff_is_newline'? [-Werror=implicit-function-declaration]
> 687 | if (is_newline(unicodestr[line_end]) || line_end == len - 1) {
> | ^~~~~~~~~~
> | ff_is_newline
Looks like one instance of is_newline was forgotten?
More information about the ffmpeg-devel
mailing list