doc/filters/drawtext: apply second level of escaping on colon

Fix escaping on example.
This commit is contained in:
Stefano Sabatini 2024-01-02 22:01:14 +01:00
parent 4d301be9e5
commit 43042931fb
1 changed files with 1 additions and 1 deletions

View File

@ -12984,7 +12984,7 @@ drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,
@item
Use fontconfig to set the font. Note that the colons need to be escaped.
@example
drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
drawtext='fontfile=Linux Libertine O-40\\:style=Semibold:text=FFmpeg'
@end example
@item