From 206b3f9315cb3b1e89a9e70ffc446d4d4b04d633 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 Dec 2016 00:07:17 -0500 Subject: IMAGE: Fixed attribution comments for the Indeo decoders --- image/codecs/indeo/indeo.cpp | 7 +------ image/codecs/indeo4.cpp | 2 +- image/codecs/indeo5.cpp | 2 +- 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 */ -- cgit v1.2.3