diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-02 11:29:43 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-02 11:48:19 +0200 |
commit | 7e3373d2cfdf2b152885f34af33ece7f50f73c91 (patch) | |
tree | 6ad0ee976e4561b8a0e0154265feb202475bad4b /doc | |
parent | 17be8ef709fb0597bb8e619f64be72e7abe43118 (diff) | |
download | ffmpeg-7e3373d2cfdf2b152885f34af33ece7f50f73c91.tar.gz |
drawtext: fix wrong reference in boxcolor option description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1a00a75dc1..3686343a8c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -410,8 +410,7 @@ The default value of @var{fontcolor} is "black". The color to be used for drawing box around text. Either a string (e.g. "yellow") or in 0xRRGGBB[AA] format (e.g. "0xff00ff"), possibly followed by an alpha specifier. - -The default value of @var{bgcolor} is "white". +The default value of @var{boxcolor} is "white". @item box Used to draw a box around text using background color. |