diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-12-13 14:24:56 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-14 03:38:57 +0100 |
commit | 309ffa4fe3388d842a51000dc7d56abac53ff759 (patch) | |
tree | 4661eae88955f627c27c820782b7e9cbfbc04997 /doc | |
parent | 635a301683db314aa21717276420ad8b5267f07e (diff) | |
download | ffmpeg-309ffa4fe3388d842a51000dc7d56abac53ff759.tar.gz |
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format used in
QuickTime.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index fc4ee1cf3a..d2bcd53f10 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -602,6 +602,7 @@ following image formats are supported: @tab Codec used in DOS CD-ROM FlashBack game. @item Ut Video @tab @tab X @item V210 Quicktime Uncompressed 4:2:2 10-bit @tab X @tab X +@item v410 Quicktime Uncompressed 4:4:4 10-bit @tab X @tab X @item VBLE Lossless Codec @tab @tab X @item VMware Screen Codec / VMware Video @tab @tab X @tab Codec used in videos captured by VMware. |