SGI RLE 8-bit decoder
Signed-off-by: Peter Ross <pross@xvid.org>
This commit is contained in:
parent
2e59142fa9
commit
afa1617b93
7 changed files with 160 additions and 0 deletions
|
@ -215,6 +215,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_ENCDEC (SNOW, snow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue