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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] qcelp/fileformat qcpplin.cpp,1.2.8.2,1.2.8.3
From:       jeffl () helixcommunity ! org
Date:       2010-09-25 1:18:22
Message-ID: 201009250118.o8P1I9bm008618 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/qcelp/fileformat
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv19905

Modified Files:
      Tag: hxclient_3_1_0_atlas
	qcpplin.cpp 
Log Message:
Fixed VC9 warnings


Index: qcpplin.cpp
===================================================================
RCS file: /cvsroot/datatype/qcelp/fileformat/qcpplin.cpp,v
retrieving revision 1.2.8.2
retrieving revision 1.2.8.3
diff -u -d -r1.2.8.2 -r1.2.8.3
--- qcpplin.cpp	19 Apr 2010 20:17:43 -0000	1.2.8.2
+++ qcpplin.cpp	25 Sep 2010 01:18:20 -0000	1.2.8.3
@@ -556,8 +556,8 @@
         *m_pOpaqueData++ = 0x10; // StreamType: 8-3 bit, Upstream: 2nd bit, ReservedBit: last bit
 
         // what is this BufferSizeDB ??? replace uiDCLen by correct variable.
-        *m_pOpaqueData++ = (UCHAR) (m_ulAvgBitRate & 0xff0000) >> 16;
-        *m_pOpaqueData++ = (UCHAR) (m_ulAvgBitRate & 0xff00) >> 8;
+        *m_pOpaqueData++ = (UCHAR) ((m_ulAvgBitRate & 0xff0000) >> 16);
+        *m_pOpaqueData++ = (UCHAR) ((m_ulAvgBitRate & 0xff00) >> 8);
         *m_pOpaqueData++ = (UCHAR) (m_ulAvgBitRate & 0xff);       // Buffer Size 24 Bit
 
         *(NetDWord*)m_pOpaqueData = DwToNet(m_ulAvgBitRate);


_______________________________________________
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