[Scummvm-git-logs] scummvm master -> 206b3f9315cb3b1e89a9e70ffc446d4d4b04d633

dreammaster dreammaster at scummvm.org
Mon Dec 26 06:07:30 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
206b3f9315 IMAGE: Fixed attribution comments for the Indeo decoders


Commit: 206b3f9315cb3b1e89a9e70ffc446d4d4b04d633
    https://github.com/scummvm/scummvm/commit/206b3f9315cb3b1e89a9e70ffc446d4d4b04d633
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-26T00:07:17-05:00

Commit Message:
IMAGE: Fixed attribution comments for the Indeo decoders

Changed paths:
    image/codecs/indeo/indeo.cpp
    image/codecs/indeo4.cpp
    image/codecs/indeo5.cpp


diff --git a/image/codecs/indeo/indeo.cpp b/image/codecs/indeo/indeo.cpp
index a20a3ec..65c0647 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 b3a5d3a..8dc67d5 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 f4a7857..aca49c3 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
  */
 





More information about the Scummvm-git-logs mailing list