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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] h263/payload h263pkt.cpp,1.3,1.3.8.1
From:       stanb () helixcommunity ! org
Date:       2008-04-30 18:23:19
Message-ID: 200804301824.m3UIO89S010070 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/h263/payload
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv24944/datatype/h263/payload

Modified Files:
      Tag: hxclient_3_1_0_atlas
	h263pkt.cpp 
Log Message:
Build break fixed.


Index: h263pkt.cpp
===================================================================
RCS file: /cvsroot/datatype/h263/payload/h263pkt.cpp,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -u -d -r1.3 -r1.3.8.1
--- h263pkt.cpp	10 Mar 2006 19:47:29 -0000	1.3
+++ h263pkt.cpp	30 Apr 2008 18:23:15 -0000	1.3.8.1
@@ -65,6 +65,10 @@
     UINT16   PEBIT:3;	// bits that shall be ignored in the last byte of picture header (0 if plen = 0)
 } RTP_H263PLUS_PAYLOAD_HEADER;
 
+#ifndef min
+#define min(a,b) ((a)<=(b)?(a):(b))
+#endif
+
 const UINT32 CH263Packetizer::zm_ulRTP263PlusHdrSize = sizeof(RTP_H263PLUS_PAYLOAD_HEADER);
 
 CH263Packetizer::CH263Packetizer(CQT_TrackInfo_Manager* pTrackInfo)


_______________________________________________
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