diff options
author | Marton Balint <cus@passwd.hu> | 2020-07-15 20:45:22 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-09-13 17:59:30 +0200 |
commit | f1b908d20a8800add3db281623eb9d8fb97162e5 (patch) | |
tree | 805d2a04c027e3bb88db92f32c95bd9f169c792c /doc/indevs.texi | |
parent | e33c0d8c69a2760f228237f9c4d091987382ed5a (diff) | |
download | ffmpeg-f1b908d20a8800add3db281623eb9d8fb97162e5.tar.gz |
avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 15 |
1 files changed, 15 insertions, 0 deletions
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 |