LucasArts SMUSH SANM video decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
5f92204370
commit
a420ccd4f2
8 changed files with 1489 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER(RV30, rv30);
|
||||
REGISTER_DECODER(RV40, rv40);
|
||||
REGISTER_DECODER(S302M, s302m);
|
||||
REGISTER_DECODER(SANM, sanm);
|
||||
REGISTER_ENCDEC (SGI, sgi);
|
||||
REGISTER_DECODER(SMACKER, smacker);
|
||||
REGISTER_DECODER(SMC, smc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue