summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-01-25 17:05:29 +0000
committerPaul B Mahol <onemda@gmail.com>2013-01-26 09:38:46 +0000
commit9648e1495bf6074da6c8f867974ede09f83f73ed (patch)
tree6aa3f3658bacff63b9ecf6073e413f7d990f0047 /libavcodec/gif.c
parentd1d159d31ecb01a0aba2163d3d9f4f23fc622c79 (diff)
lavc/gif: remove some obsolete/irrelevant chunks
Some code was copy pasted from muxer, which still have same comments but unlike encoder they are still relevant to muxer. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/gif.c')
-rw-r--r--libavcodec/gif.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 1ae46618a5..de3e576b3d 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -25,8 +25,6 @@
* First version by Francois Revol revol@free.fr
*
* Features and limitations:
- * - currently no compression is performed,
- * in fact the size of the data is 9/8 the size of the image in 8bpp
* - uses only a global standard palette
* - tested with IE 5.0, Opera for BeOS, NetPositive (BeOS), and Mozilla (BeOS).
*
@@ -34,11 +32,6 @@
* http://www.goice.co.jp/member/mo/formats/gif.html
* http://astronomy.swin.edu.au/pbourke/dataformats/gif/
* http://www.dcs.ed.ac.uk/home/mxr/gfx/2d/GIF89a.txt
- *
- * this url claims to have an LZW algorithm not covered by Unisys patent:
- * http://www.msg.net/utility/whirlgif/gifencod.html
- * could help reduce the size of the files _a lot_...
- * some sites mentions an RLE type compression also.
*/
#include "avcodec.h"