From f1b908d20a8800add3db281623eb9d8fb97162e5 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Wed, 15 Jul 2020 20:45:22 +0200 Subject: avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection Signed-off-by: Marton Balint --- doc/indevs.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/indevs.texi') diff --git a/doc/indevs.texi b/doc/indevs.texi index 4d2312e201..7748232b26 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -296,16 +296,31 @@ supports it. Set the pixel format of the captured video. Available values are: @table @samp +@item auto + +This is the default which means 8-bit YUV 422 or 8-bit ARGB if format +autodetection is used, 8-bit YUV 422 otherwise. + @item uyvy422 +8-bit YUV 422. + @item yuv422p10 +10-bit YUV 422. + @item argb +8-bit RGB. + @item bgra +8-bit RGB. + @item rgb10 +10-bit RGB. + @end table @item teletext_lines -- cgit v1.2.3