Support playing SMV files.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Ash Hughes
2013-05-22 01:16:51 +00:00
committed by Michael Niedermayer
parent cc0db8cf30
commit 14ec9d2590
7 changed files with 228 additions and 5 deletions

View File

@@ -245,6 +245,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(SGIRLE, sgirle);
REGISTER_DECODER(SMACKER, smacker);
REGISTER_DECODER(SMC, smc);
REGISTER_DECODER(SMVJPEG, smvjpeg);
REGISTER_ENCDEC (SNOW, snow);
REGISTER_DECODER(SP5X, sp5x);
REGISTER_ENCDEC (SUNRAST, sunrast);