Add MxPEG decoder

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
anatoly 2011-03-28 20:02:19 +04:00 committed by Anton Khirnov
parent e0e3b8b297
commit ce02f9becf
6 changed files with 345 additions and 1 deletions

View file

@ -153,6 +153,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (MSRLE, msrle);
REGISTER_DECODER (MSVIDEO1, msvideo1);
REGISTER_DECODER (MSZH, mszh);
REGISTER_DECODER (MXPEG, mxpeg);
REGISTER_DECODER (NUV, nuv);
REGISTER_ENCDEC (PAM, pam);
REGISTER_ENCDEC (PBM, pbm);