change gif muxer to simple gif encoder

Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier
2006-11-02 23:13:34 +00:00
parent 1984f5cdc9
commit 93481fe5fe
5 changed files with 382 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_FLAC_ENCODER
register_avcodec(&flac_encoder);
#endif
#ifdef CONFIG_GIF_ENCODER
register_avcodec(&gif_encoder);
#endif
#ifdef CONFIG_XVID
#ifdef CONFIG_XVID_ENCODER
register_avcodec(&xvid_encoder);