Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-10-23 12:57:54 +0400
committerAurelien Jacobs <aurel@gnuage.org>2006-10-23 12:57:54 +0400
commit7fbde3431a9e4ce5d14d608a615e45409fad6234 (patch)
treec44a351683ede2f0200d190797e613b803d68c33 /libavformat/gif.c
parentec996a6303172042033142a71cfb019d1c67943d (diff)
replace coder/decoder file description in libavformat by muxer/demuxer
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r--libavformat/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gif.c b/libavformat/gif.c
index 8c6b027dc4..03dc6dc265 100644
--- a/libavformat/gif.c
+++ b/libavformat/gif.c
@@ -1,5 +1,5 @@
/*
- * Animated GIF encoder
+ * Animated GIF muxer
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.