From 7e3373d2cfdf2b152885f34af33ece7f50f73c91 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 2 Apr 2011 11:29:43 +0200 Subject: [PATCH] drawtext: fix wrong reference in boxcolor option description --- doc/filters.texi | 3 +-- 1 file changed, 1 insertion(+), 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.