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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp4/fileformat qttrack.cpp, 1.30.2.4.12.3,
From:       kliu () helixcommunity ! org
Date:       2010-11-26 2:07:48
Message-ID: 201011260208.oAQ28HpF011355 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_2_atlas
	qttrack.cpp 
Log Message:
fixed one extra '||', which was a typo


Index: qttrack.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/fileformat/qttrack.cpp,v
retrieving revision 1.30.2.4.12.3
retrieving revision 1.30.2.4.12.4
diff -u -d -r1.30.2.4.12.3 -r1.30.2.4.12.4
--- qttrack.cpp	25 Nov 2010 09:16:09 -0000	1.30.2.4.12.3
+++ qttrack.cpp	26 Nov 2010 02:07:45 -0000	1.30.2.4.12.4
@@ -304,7 +304,7 @@
     }
 
     ULONG32 nDataFormat = m_SampleDesc.GetDataFormat();
-    m_uBunchSize = (nDataFormat == QT_alaw || nDataFormat == QT_ulaw || nDataFormat \
== QT_sowt || || nDataFormat == QT_twos)? m_SampleToChunk.GetChunkSampleCount()/2 : \
1; +    m_uBunchSize = (nDataFormat == QT_alaw || nDataFormat == QT_ulaw || \
nDataFormat == QT_sowt || nDataFormat == QT_twos)? \
m_SampleToChunk.GetChunkSampleCount()/2 : 1;  HX_RELEASE(m_pTrackAtom);
 
     return retVal;


_______________________________________________
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