Squashed commit of the following:
commit2dbb757d30Merge:34cb0d66a2a4efAuthor: ruil2 <ruil2@cisco.com> Date: Fri Oct 24 15:18:55 2014 +0800 Merge pull request #1451 from sijchen/for_format Fixes and change naming commit34cb0d60aaMerge:468fce0f0c6891Author: sijchen <sijchen@cisco.com> Date: Fri Oct 24 14:41:51 2014 +0800 Merge pull request #1450 from mstorsjo/avoid-warnings Add casts to avoid warnings about comparison between signed and unsigned commit6a2a4efef6Author: Sijia Chen <sijchen@cisco.com> Date: Fri Oct 24 14:39:50 2014 +0800 fix names to keep consistent of style improve UT to cover more cases under GetStatistics commitea9b80adb3Author: Sijia Chen <sijchen@cisco.com> Date: Fri Oct 24 14:12:53 2014 +0800 fix a wrong range clip commit468fce0887Merge:ac290d650fd617Author: sijchen <sijchen@cisco.com> Date: Fri Oct 24 14:12:40 2014 +0800 Merge pull request #1448 from sijchen/for_format roll back the file which is mis-formatted by astyle commitf0c6891627Author: Martin Storsjö <martin@martin.st> Date: Fri Oct 24 09:05:32 2014 +0300 Add casts to avoid warnings about comparison between signed and unsigned commit50fd617e86Author: Sijia Chen <sijchen@cisco.com> Date: Fri Oct 24 13:04:35 2014 +0800 roll back the file which is mis-formatted by astyle commitac290d65c7Merge:dcdcc7f3cce92eAuthor: ruil2 <ruil2@cisco.com> Date: Fri Oct 24 12:50:07 2014 +0800 Merge pull request #1446 from sijchen/for_format [Encoder] fix a small range of slice idx
This commit is contained in:
@@ -1668,7 +1668,7 @@ TEST_F (EncodeDecodeTestAPI, Engine_SVC_Switch_P) {
|
||||
encToDecData (info, len);
|
||||
unsigned char* pData[3] = { NULL };
|
||||
memset (&dstBufInfo_, 0, sizeof (SBufferInfo));
|
||||
if (iIdx < strlen (p.pLossSequence)) {
|
||||
if (iIdx < (int) strlen (p.pLossSequence)) {
|
||||
switch (p.pLossSequence[iIdx]) {
|
||||
case '0':
|
||||
iTarDid = 0;
|
||||
|
||||
Reference in New Issue
Block a user