ffmpeg | branch: master | Marton Balint <c...@passwd.hu> | Sun Jun 12 13:55:50 2022 +0200| [5468548d5e161d2e28a2611f8a9c14ebb164da42] | committer: Marton Balint
doc/decoders: add docs for v210 decoder Signed-off-by: Marton Balint <c...@passwd.hu> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5468548d5e161d2e28a2611f8a9c14ebb164da42 --- doc/decoders.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".