mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 01:17:47 +00:00
BMP image decoder
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fd2ab74aae
commit
9fa62f2aad
5 changed files with 262 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue