change gif demuxer to gif decoder

Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier
2006-10-22 15:05:03 +00:00
parent b92f5a6b31
commit 06d392a7cc
7 changed files with 555 additions and 2 deletions

View File

@@ -193,6 +193,9 @@ void avcodec_register_all(void)
#endif //CONFIG_RAWVIDEO_ENCODER
/* decoders */
#ifdef CONFIG_GIF_DECODER
register_avcodec(&gif_decoder);
#endif
#ifdef CONFIG_H263_DECODER
register_avcodec(&h263_decoder);
#endif //CONFIG_H263_DECODER