[FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
Stefano Sabatini
stefasab at gmail.com
Wed Jan 3 17:50:10 EET 2024
On date Wednesday 2024-01-03 13:58:14 +0100, Timo Rothenpieler wrote:
> 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?
Thanks, fixed in master.
More information about the ffmpeg-devel
mailing list