[FFmpeg-cvslog] iff: mention all decoders
Piotr Bandurski
git at videolan.org
Thu Nov 29 20:19:16 CET 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Nov 29 19:16:10 2012 +0000| [0b14c197f1fffb4fe435e8107c903a3ab53c9557] | committer: Paul B Mahol
iff: mention all decoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b14c197f1fffb4fe435e8107c903a3ab53c9557
---
libavcodec/iff.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 6da7536..04c359e 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -1,5 +1,5 @@
/*
- * IFF PBM/ILBM bitmap decoder
+ * IFF ACBM/DEEP/ILBM/PBM bitmap decoder
* Copyright (c) 2010 Peter Ross <pross at xvid.org>
* Copyright (c) 2010 Sebastian Vater <cdgs.basty at googlemail.com>
*
@@ -22,7 +22,7 @@
/**
* @file
- * IFF PBM/ILBM bitmap decoder
+ * IFF ACBM/DEEP/ILBM/PBM bitmap decoder
*/
#include "libavutil/imgutils.h"
More information about the ffmpeg-cvslog
mailing list