diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-03-13 17:30:37 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-03-13 17:30:37 +0000 |
commit | 6a91ec51fd08784bd836449a998def1dbe54772e (patch) | |
tree | b232222108af6057d43484ac4fb434e5307c2895 /doc | |
parent | 38088adf638f42c7c35a17c181b4cc60d55dcb9a (diff) | |
download | ffmpeg-6a91ec51fd08784bd836449a998def1dbe54772e.tar.gz |
added SGI image format, encoding and decoding, courtesy of Todd Kirby
<doubleshot@pacbell.net>
Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 849b93a23c..e205904d86 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -678,6 +678,7 @@ following image formats are supported: @item .Y.U.V @tab X @tab X @tab One raw file per component @item Animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated @item PNG @tab X @tab X @tab 2 bit and 4 bit/pixel not supported yet +@item SGI @tab X @tab X @tab SGI RGB image format @end multitable @code{X} means that the encoding (resp. decoding) is supported. |