diff options
author | Marton Balint <cus@passwd.hu> | 2022-06-12 13:55:50 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2022-06-20 22:56:50 +0200 |
commit | 5468548d5e161d2e28a2611f8a9c14ebb164da42 (patch) | |
tree | 286e25884f1ddc3bd55483564f9f8b2c64db38d2 /doc/decoders.texi | |
parent | 96f2fc3841f3c71c9d166d1fabe345687e827bd5 (diff) | |
download | ffmpeg-5468548d5e161d2e28a2611f8a9c14ebb164da42.tar.gz |
doc/decoders: add docs for v210 decoder
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index de2429abba..e2fcbf5dc9 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -168,6 +168,21 @@ A :-separate list of hexadecimal plugin UIDs to load in an internal session @end table +@section v210 + +Uncompressed 4:2:2 10-bit decoder. + +@subsection Options + +@table @option + +@item custom_stride +Set the line size of the v210 data in bytes. The default value is 0 +(autodetect). You can use the special -1 value for a strideless v210 as seen in +BOXX files. + +@end table + @c man end VIDEO DECODERS @chapter Audio Decoders |