MS Screen 1 decoder

This commit is contained in:
Kostya Shishkov
2012-06-15 20:37:37 +02:00
parent 43886eaebc
commit 005c80b645
8 changed files with 853 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (MSMPEG4V2, msmpeg4v2);
REGISTER_ENCDEC (MSMPEG4V3, msmpeg4v3);
REGISTER_DECODER (MSRLE, msrle);
REGISTER_DECODER (MSS1, mss1);
REGISTER_DECODER (MSVIDEO1, msvideo1);
REGISTER_DECODER (MSZH, mszh);
REGISTER_DECODER (MXPEG, mxpeg);