diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-18 00:43:18 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-18 00:43:38 +0200 |
commit | 91a5b4d480a0b3271ae147c5cb130c8b56233f1f (patch) | |
tree | 5440fc21e6aaf59423e6219d05e04d86ad8892c6 /libavcodec/gif.c | |
parent | 8694e87127a39a475e35f3344550b049bd4da86a (diff) | |
download | ffmpeg-91a5b4d480a0b3271ae147c5cb130c8b56233f1f.tar.gz |
gif: remove outdated comments.
Diffstat (limited to 'libavcodec/gif.c')
-rw-r--r-- | libavcodec/gif.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 6829930d8d..f30297b5f8 100644 --- a/libavcodec/gif.c +++ b/libavcodec/gif.c @@ -1,5 +1,4 @@ /* - * GIF encoder. * Copyright (c) 2000 Fabrice Bellard * Copyright (c) 2002 Francois Revol * Copyright (c) 2006 Baptiste Coudurier @@ -23,15 +22,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* - * Features and limitations: - * - uses only a global standard palette - * - tested with IE 5.0, Opera for BeOS, NetPositive (BeOS), and Mozilla (BeOS). - * - * Reference documents: - * 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 +/** + * @file + * GIF encoder + * @see http://www.w3.org/Graphics/GIF/spec-gif89a.txt */ #include "avcodec.h" |