diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 23:48:24 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 23:48:24 +0100 |
commit | 1730dcf093d22fa5b53633f5d0532685e8b75536 (patch) | |
tree | 5f63da7c9329bd077afb9e5a8d4a0757152d1d89 /doc/filters.texi | |
parent | b6248299f628d7e93e664beb72c3496edf28803b (diff) | |
download | ffmpeg-1730dcf093d22fa5b53633f5d0532685e8b75536.tar.gz |
doc/filters: fix typo in drawbox section
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d7e31bd12e..81918dec36 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1745,7 +1745,7 @@ Specify the color of the box to write, it can be the name of a color @end table If the key of the first options is omitted, the arguments are -interpreted accorinding to the following syntax: +interpreted according to the following syntax: @example drawbox=@var{x}:@var{y}:@var{width}:@var{height}:@var{color} @end example |