[Scummvm-cvs-logs] scummvm master -> 410be8bb793e089cf0ef178a77ef28e001c877f3

clone2727 clone2727 at gmail.com
Thu May 19 05:30:57 CEST 2011


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:
410be8bb79 GRAPHICS: Update links to info on PICT+JPEG


Commit: 410be8bb793e089cf0ef178a77ef28e001c877f3
    https://github.com/scummvm/scummvm/commit/410be8bb793e089cf0ef178a77ef28e001c877f3
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-05-18T20:21:20-07:00

Commit Message:
GRAPHICS: Update links to info on PICT+JPEG

Changed paths:
    graphics/pict.cpp



diff --git a/graphics/pict.cpp b/graphics/pict.cpp
index 9779d32..80bcb7a 100644
--- a/graphics/pict.cpp
+++ b/graphics/pict.cpp
@@ -324,8 +324,8 @@ void PictDecoder::outputPixelBuffer(byte *&out, byte value, byte bitsPerPixel) {
 }
 
 // Compressed QuickTime details can be found here:
-// http://developer.apple.com/documentation/QuickTime/Rm/CompressDecompress/ImageComprMgr/B-Chapter/2TheImageCompression.html
-// http://developer.apple.com/documentation/QuickTime/Rm/CompressDecompress/ImageComprMgr/F-Chapter/6WorkingwiththeImage.html
+// http://developer.apple.com/legacy/mac/library/#documentation/QuickTime/Rm/CompressDecompress/ImageComprMgr/B-Chapter/2TheImageCompression.html
+// http://developer.apple.com/legacy/mac/library/#documentation/QuickTime/Rm/CompressDecompress/ImageComprMgr/F-Chapter/6WorkingwiththeImage.html
 // I'm just ignoring that because Myst ME uses none of that extra stuff. The offset is always the same.
 
 void PictDecoder::decodeCompressedQuickTime(Common::SeekableReadStream *stream) {






More information about the Scummvm-git-logs mailing list