diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-13 18:47:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-13 18:47:24 +0000 |
commit | 0b54f3c0878a3acaa9142e4f24942e762d97e350 (patch) | |
tree | 95c74b08859786961091a08b24b967b6a8f6ac88 /libavformat/allformats.c | |
parent | 8858816d4cd4ab88f3e34df811d877ef35e63f4e (diff) | |
download | ffmpeg-0b54f3c0878a3acaa9142e4f24942e762d97e350.tar.gz |
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
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |