Silicon Graphics RLE 8-bit video decoder

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
Peter Ross 2012-12-17 20:37:54 +11:00 committed by Vittorio Giovara
parent 34c5a6660a
commit 07761294fc
9 changed files with 174 additions and 1 deletions

View file

@ -228,6 +228,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(S302M, s302m);
REGISTER_DECODER(SANM, sanm);
REGISTER_ENCDEC (SGI, sgi);
REGISTER_DECODER(SGIRLE, sgirle);
REGISTER_DECODER(SMACKER, smacker);
REGISTER_DECODER(SMC, smc);
REGISTER_DECODER(SP5X, sp5x);