diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-12-17 18:56:56 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-12-17 18:56:56 +0000 |
commit | 4aaab0a328b671f91a6cd195ef98f0d5592c5e4a (patch) | |
tree | 97e6719e083406318fe849456a023b4ea25ed622 /doc/general.texi | |
parent | a3d995c1eb98e38186bf9ed677809c442a7dab35 (diff) | |
download | ffmpeg-4aaab0a328b671f91a6cd195ef98f0d5592c5e4a.tar.gz |
Add decoder for R210 (uncompressed 10-bit RGB) codec.
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-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 67c2a13517..2b53bcfb55 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -430,6 +430,7 @@ following image formats are supported: @tab fourcc: 'smc ' @item QuickTime video (RPZA) @tab @tab X @tab fourcc: rpza +@item R210 Quicktime Uncompressed RGB 10-bit @tab @tab X @item Raw Video @tab X @tab X @item RealVideo 1.0 @tab X @tab X @item RealVideo 2.0 @tab X @tab X |