diff allformats.c @ 3577:c1762e7b1ff3 libavformat

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
author michael
date Sun, 13 Jul 2008 18:47:24 +0000
parents 5ad678c7e341
children b9898249bab0
line wrap: on
line diff
--- a/allformats.c	Sat Jul 12 22:17:13 2008 +0000
+++ b/allformats.c	Sun Jul 13 18:47:24 2008 +0000
@@ -82,7 +82,7 @@
     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);