From 8d861cd850597c009b6d947a556209f4ac7469d9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 25 Jan 2020 13:24:33 +0100 Subject: avfilter/vf_v360: add mask option, unset pixels are marked as transparent --- doc/filters.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index a9ae75f0c0..3f40af8439 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19131,6 +19131,8 @@ Set if input video is transposed. Boolean value, by default disabled. @item out_trans Set if output video needs to be transposed. Boolean value, by default disabled. +@item alpha_mask +Build mask in alpha plane for all unmapped pixels by marking them fully transparent. Boolean value, by default disabled. @end table @subsection Examples -- cgit v1.2.3