summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorXiaohui Sun <sunxiaohui@dsp.ac.cn>2007-04-06 18:29:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-06 18:29:27 +0000
commit2d99eed13510468a0c310005c083de8d1bc571ee (patch)
treee93dc8fa208a73403d859f1977cc360fedeef35f /libavcodec/allcodecs.c
parent0d0677fbc7136d032ff86de20a9a7b30a4ac95c6 (diff)
SGI image decoder ported to the new image API.
patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 1bb8956e4c..59b51716ce 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -122,6 +122,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(RPZA, rpza);
REGISTER_ENCDEC (RV10, rv10);
REGISTER_ENCDEC (RV20, rv20);
+ REGISTER_ENCDEC (SGI, sgi);
REGISTER_DECODER(SMACKER, smacker);
REGISTER_DECODER(SMC, smc);
REGISTER_ENCDEC (SNOW, snow);