summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Ratterman <jratt0@gmail.com>2020-05-28 10:31:48 -0700
committerGyan Doshi <ffmpeg@gyani.pro>2020-07-02 17:37:10 +0530
commitc367d14d0a5d4ce1c007f636ba85681915fd5f79 (patch)
tree27fafd76a18c64d2731560a135d0758e9f602e21
parent9bcf2aa47756c253238903f3e5ef6c96d927cfe6 (diff)
Replace 'FontName' with 'Fontname' in the documentation.
This is the only use of 'FontName' with that capitalization, as both source-code and tests use 'Fontname'. Having consistent capitalization makes it easier to find the relevant source from the docs. See these examples for other uses: libavcodec/ass_split.c:68 tests/ref/fate/sub-cc:9
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c13b4efacf..f17db3b986 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17988,7 +17988,7 @@ subtitles=video.mkv:si=1
To make the subtitles stream from @file{sub.srt} appear in 80% transparent blue
@code{DejaVu Serif}, use:
@example
-subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HCCFF0000'
+subtitles=sub.srt:force_style='Fontname=DejaVu Serif,PrimaryColour=&HCCFF0000'
@end example
@section super2xsai