aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-26 00:07:17 -0500
committerPaul Gilbert2016-12-26 00:07:17 -0500
commit206b3f9315cb3b1e89a9e70ffc446d4d4b04d633 (patch)
tree831cfa02dfd9f8d1327a2e92068ef457d730e657 /image
parent81cb0f11dbad5e1744807a926f245c4b2e8307be (diff)
downloadscummvm-rg350-206b3f9315cb3b1e89a9e70ffc446d4d4b04d633.tar.gz
scummvm-rg350-206b3f9315cb3b1e89a9e70ffc446d4d4b04d633.tar.bz2
scummvm-rg350-206b3f9315cb3b1e89a9e70ffc446d4d4b04d633.zip
IMAGE: Fixed attribution comments for the Indeo decoders
Diffstat (limited to 'image')
-rw-r--r--image/codecs/indeo/indeo.cpp7
-rw-r--r--image/codecs/indeo4.cpp2
-rw-r--r--image/codecs/indeo5.cpp2
3 files changed, 3 insertions, 8 deletions
diff --git a/image/codecs/indeo/indeo.cpp b/image/codecs/indeo/indeo.cpp
index a20a3ec113..65c0647083 100644
--- a/image/codecs/indeo/indeo.cpp
+++ b/image/codecs/indeo/indeo.cpp
@@ -21,12 +21,7 @@
*/
/* Common structures, macros, and base class shared by both Indeo4 and
- * Indeo5 decoders, derived from ffmpeg. We don't currently support Indeo5
- * decoding, but just in case we eventually need it, this is kept as a separate
- * file like it is in ffmpeg.
- *
- * Original copyright note: * Intel Indeo 4 (IV41, IV42, etc.) video decoder for ffmpeg
- * written, produced, and directed by Alan Smithee
+ * Indeo5 decoders, derived from ffmpeg.
*/
#include "image/codecs/indeo/indeo.h"
diff --git a/image/codecs/indeo4.cpp b/image/codecs/indeo4.cpp
index b3a5d3a2bf..8dc67d5501 100644
--- a/image/codecs/indeo4.cpp
+++ b/image/codecs/indeo4.cpp
@@ -22,7 +22,7 @@
/* Intel Indeo 4 decompressor, derived from ffmpeg.
*
- * Original copyright note: * Intel Indeo 3 (IV41, IV42, etc.) video decoder for ffmpeg
+ * Original copyright note: * Intel Indeo 4 (IV41, IV42, etc.) video decoder for ffmpeg
* written, produced, and directed by Alan Smithee
*/
diff --git a/image/codecs/indeo5.cpp b/image/codecs/indeo5.cpp
index f4a78574d3..aca49c3d55 100644
--- a/image/codecs/indeo5.cpp
+++ b/image/codecs/indeo5.cpp
@@ -22,7 +22,7 @@
/* Intel Indeo 5 decompressor, derived from ffmpeg.
*
- * Original copyright note: * Intel Indeo 3 (IV41, IV42, etc.) video decoder for ffmpeg
+ * Original copyright note: * Intel Indeo 5 (IV51, IV52, etc.) video decoder for ffmpeg
* written, produced, and directed by Alan Smithee
*/