diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-05 12:32:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-05 12:35:12 +0200 |
commit | d880b2bdfff6004a8a0a7b2d19d4f2822285f0a5 (patch) | |
tree | 94c8df601094f9494df2d9f14b1370a6486a263f /doc/filters.texi | |
parent | 9f89bebb7bffc3c2f3c7b0b80ab59a0b9d6d09b1 (diff) | |
download | ffmpeg-d880b2bdfff6004a8a0a7b2d19d4f2822285f0a5.tar.gz |
doc/filters: clarify documentation for overlay repeatlast option
Suggested-By: Oliver Fromme <oliver@fromme.com>
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 d120082660..f713bb9bd9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5338,7 +5338,7 @@ color space. Default value is 0. This option is deprecated, use @item repeatlast If set to 1, force the filter to draw the last overlay frame over the main input until the end of the stream. A value of 0 disables this -behavior, which is enabled by default. +behavior. Default value is 1. @end table The @option{x}, and @option{y} expressions can contain the following |