diff options
author | Aleksi Nurmi <aleksi.nurmi@gmail.com> | 2012-11-15 21:48:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-22 01:06:25 +0100 |
commit | 492a5f835c59ab7c2e347d3579d8bf6148ae0a09 (patch) | |
tree | f224226e1f6f81a2d7967143a50e1e249d0aa20b /doc | |
parent | 2e08a82d5e77781e2794b244f11254108bf5b46b (diff) | |
download | ffmpeg-492a5f835c59ab7c2e347d3579d8bf6148ae0a09.tar.gz |
brender_pix: a new image decoder
PIX is an image file format that was used by the BRender 3d engine.
Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index d947597c0d..4bc0b786f2 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -409,6 +409,8 @@ following image formats are supported: @tab Only uncompressed GIFs are generated. @item BMP @tab X @tab X @tab Microsoft BMP image +@item PIX @tab @tab X + @tab PIX is an image format used in the Argonaut BRender engine. @item DPX @tab X @tab X @tab Digital Picture Exchange @item EXR @tab @tab X |