BMP encoder by Michel Bardiaux, mbardiaux mediaxim be

Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-02-05 15:05:29 +00:00
parent 0fd12426bb
commit 52548eeede
5 changed files with 104 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (ASV1, asv1);
REGISTER_ENCDEC (ASV2, asv2);
REGISTER_DECODER(AVS, avs);
REGISTER_DECODER(BMP, bmp);
REGISTER_ENCDEC (BMP, bmp);
REGISTER_DECODER(CAVS, cavs);
REGISTER_DECODER(CINEPAK, cinepak);
REGISTER_DECODER(CLJR, cljr);