Commit 78541417 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14209 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 18be2488
...@@ -82,7 +82,7 @@ void av_register_all(void) ...@@ -82,7 +82,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (FLV, flv); REGISTER_MUXDEMUX (FLV, flv);
REGISTER_DEMUXER (FOURXM, fourxm); REGISTER_DEMUXER (FOURXM, fourxm);
REGISTER_MUXER (FRAMECRC, framecrc); REGISTER_MUXER (FRAMECRC, framecrc);
REGISTER_MUXDEMUX (GIF, gif); REGISTER_MUXER (GIF, gif);
REGISTER_DEMUXER (GSM, gsm); REGISTER_DEMUXER (GSM, gsm);
REGISTER_MUXDEMUX (GXF, gxf); REGISTER_MUXDEMUX (GXF, gxf);
REGISTER_MUXDEMUX (H261, h261); REGISTER_MUXDEMUX (H261, h261);
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment