From 38595ebe3b1303d85ab83f2fd0d0899af55abb00 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Sat, 6 Aug 2022 14:54:58 +0200 Subject: avfilter/vsrc_ddagrab: make output format user configurable --- doc/filters.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 4a5412c91d..dd7ee1394a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -26531,6 +26531,22 @@ Horizontal offset of the captured video. @item offset_y Vertical offset of the captured video. +@item output_fmt +Desired filter output format. +Defaults to 8 Bit BGRA. + +It accepts the following values: +@table @samp +@item auto +Passes all supported output formats to DDA and returns what DDA decides to use. +@item 8bit +@item bgra +8 Bit formats always work, and DDA will convert to them if neccesary. +@item 10bit +@item x2bgr10 +Filter initialization will fail if 10 bit format is requested but unavailable. +@end table + @end table @subsection Examples -- cgit v1.2.3