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:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-11-29 23:16:10 +0400
committerPaul B Mahol <onemda@gmail.com>2012-11-29 23:16:10 +0400
commit0b14c197f1fffb4fe435e8107c903a3ab53c9557 (patch)
treefd560a7be2f18e149cf34400f90c80fbb4a41930 /libavcodec/iff.c
parent9a31997938c94a6809519d82bfa74cf32dce99ae (diff)
iff: mention all decoders
Diffstat (limited to 'libavcodec/iff.c')
-rw-r--r--libavcodec/iff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 6da7536f96..04c359ea3f 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@xvid.org>
* Copyright (c) 2010 Sebastian Vater <cdgs.basty@googlemail.com>
*
@@ -22,7 +22,7 @@
/**
* @file
- * IFF PBM/ILBM bitmap decoder
+ * IFF ACBM/DEEP/ILBM/PBM bitmap decoder
*/
#include "libavutil/imgutils.h"