BMP image decoder

Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2005-11-30 01:40:50 +00:00
parent fd2ab74aae
commit 9fa62f2aad
5 changed files with 262 additions and 2 deletions

View file

@ -518,6 +518,10 @@ void avcodec_register_all(void)
#endif //CONFIG_ENCODERS
#endif /* AMR_WB */
#ifdef CONFIG_BMP_DECODER
register_avcodec(&bmp_decoder);
#endif
/* pcm codecs */
#if defined (CONFIG_ENCODERS) && defined (CONFIG_DECODERS)
#define PCM_CODEC(id, name) \