1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

iff: mention all decoders

This commit is contained in:
Piotr Bandurski 2012-11-29 19:16:10 +00:00 committed by Paul B Mahol
parent 9a31997938
commit 0b14c197f1

View File

@ -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 Peter Ross <pross@xvid.org>
* Copyright (c) 2010 Sebastian Vater <cdgs.basty@googlemail.com> * Copyright (c) 2010 Sebastian Vater <cdgs.basty@googlemail.com>
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* IFF PBM/ILBM bitmap decoder * IFF ACBM/DEEP/ILBM/PBM bitmap decoder
*/ */
#include "libavutil/imgutils.h" #include "libavutil/imgutils.h"