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
This commit is contained in:
Xiaohui Sun
2007-04-06 18:29:27 +00:00
committed by Diego Biurrun
parent 0d0677fbc7
commit 2d99eed135
8 changed files with 468 additions and 0 deletions
+1
View File
@@ -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);