summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-02-14 13:14:02 +0100
committerPaul B Mahol <onemda@gmail.com>2020-02-14 13:19:05 +0100
commit5fe6c6b8f4e249a64aad453a7b4edddcd26a61a1 (patch)
treefaa37db92d74c93962bdcbf6c50d87314d420dc1 /doc/filters.texi
parent1c6a91990d2451ac52bc8e11408d5e12745ed182 (diff)
avfilter/vf_remap: add fill color option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b957b9302e..70fd7a4cc7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15485,6 +15485,11 @@ Xmap and Ymap input video streams are 16bit depth, single channel.
@item format
Specify pixel format of output from this filter. Can be @code{color} or @code{gray}.
Default is @code{color}.
+
+@item fill
+Specify the color of the unmapped pixels. For the syntax of this option,
+check the @ref{color syntax,,"Color" section in the ffmpeg-utils
+manual,ffmpeg-utils}. Default color is @code{black}.
@end table
@section removegrain