[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] image/gif/common/pub gifcodec.h,1.2,1.2.6.1
From:       bobclark () helixcommunity ! org
Date:       2008-08-26 21:57:38
Message-ID: 200808262201.m7QM1s1B005377 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/image/gif/common/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv12986/pub

Modified Files:
      Tag: hxclient_1_5_0_cayenne
	gifcodec.h 
Log Message:
merge fix for 219759 into 150Cay.

Index: gifcodec.h
===================================================================
RCS file: /cvsroot/datatype/image/gif/common/pub/gifcodec.h,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -u -d -r1.2 -r1.2.6.1
--- gifcodec.h	9 Jul 2004 18:30:18 -0000	1.2
+++ gifcodec.h	26 Aug 2008 21:57:36 -0000	1.2.6.1
@@ -125,7 +125,7 @@
     static void  ParseLogicalScreenDescriptor(BYTE *pBuffer, LogicalScreenDescriptor &cLSD);
 
     // Methods common to both parsing and decompression
-    static void  SkipBlocks(BYTE * &pBuffer, BYTE* pBufLimit = NULL);
+    static HX_RESULT SkipBlocks(BYTE * &pBuffer, BYTE* pBufLimit);
 protected:
     enum
     {
@@ -174,7 +174,7 @@
     BOOL                    m_bValid;
 
     // Common member methods
-    void ParseApplicationExtension(BYTE * &pBuf);
+    HX_RESULT ParseApplicationExtension(BYTE * &pBuf, BYTE* const pBufLimit);
 
     // Member functions for parsing
     void          ResetParse();
@@ -194,7 +194,7 @@
 
     // Member functions for decompressing
     void          ResetDecompress();
-    HX_RESULT     ParseContainerHeader(BYTE * &pBuffer);
+    HX_RESULT     ParseContainerHeader(BYTE * &pBuffer, BYTE* const pBufLimit);
     INT32         ComputeStartingImageIndex(INT32 lCurIndex, INT32 lDesiredIndex);
     inline UINT32 UnPack32(BYTE *pBuf)
     {


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic