summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-03-13 17:30:37 +0000
committerMike Melanson <mike@multimedia.cx>2004-03-13 17:30:37 +0000
commit6a91ec51fd08784bd836449a998def1dbe54772e (patch)
treeb232222108af6057d43484ac4fb434e5307c2895 /libavformat/allformats.c
parent38088adf638f42c7c35a17c181b4cc60d55dcb9a (diff)
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 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index b0b0e64372..9feaa987c3 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -112,6 +112,7 @@ void av_register_all(void)
#endif
av_register_image_format(&jpeg_image_format);
av_register_image_format(&gif_image_format);
+ av_register_image_format(&sgi_image_format);
#endif //CONFIG_ENCODERS
/* file protocols */