From 0b54f3c0878a3acaa9142e4f24942e762d97e350 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 13 Jul 2008 18:47:24 +0000 Subject: Remove gif demuxer, the code contains a gif decoder and lzw decoder neither belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530 Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 3ada80194b..81111af660 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -82,7 +82,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (FLV, flv); REGISTER_DEMUXER (FOURXM, fourxm); REGISTER_MUXER (FRAMECRC, framecrc); - REGISTER_MUXDEMUX (GIF, gif); + REGISTER_MUXER (GIF, gif); REGISTER_DEMUXER (GSM, gsm); REGISTER_MUXDEMUX (GXF, gxf); REGISTER_MUXDEMUX (H261, h261); -- cgit v1.2.3