summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-22 15:05:03 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-22 15:05:03 +0000
commit06d392a7cc93dcab84c225d7e8cb7030d537581f (patch)
treecf0e34b35809d71976cd3036ffab3b8a3b233082 /libavcodec/allcodecs.c
parentb92f5a6b31c8c08b08f84dccd89c1cfa98695444 (diff)
change gif demuxer to gif decoder
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index eef573a15c..21b134967b 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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