mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
MS Screen 1 decoder
This commit is contained in:
parent
43886eaebc
commit
005c80b645
8 changed files with 853 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue