diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-11-29 19:16:10 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-29 19:16:10 +0000 |
commit | 0b14c197f1fffb4fe435e8107c903a3ab53c9557 (patch) | |
tree | fd560a7be2f18e149cf34400f90c80fbb4a41930 | |
parent | 9a31997938c94a6809519d82bfa74cf32dce99ae (diff) | |
download | ffmpeg-0b14c197f1fffb4fe435e8107c903a3ab53c9557.tar.gz |
iff: mention all decoders
-rw-r--r-- | libavcodec/iff.c | 4 |
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" |