Merge pull request #1531 from mstorsjo/use-right-type
Use the right data type for a variable
This commit is contained in:
commit
606da1a97d
@ -787,7 +787,7 @@ TEST_F (EncoderInterfaceTest, FrameSizeCheck) {
|
||||
PrepareOneSrcFrame();
|
||||
iResult = pPtrEnc->EncodeFrame (pSrcPic, &sFbi);
|
||||
|
||||
uint32_t length = 0;
|
||||
int length = 0;
|
||||
for (int i = 0; i < sFbi.iLayerNum; ++i) {
|
||||
for (int j = 0; j < sFbi.sLayerInfo[i].iNalCount; ++j) {
|
||||
length += sFbi.sLayerInfo[i].pNalLengthInByte[j];
|
||||
|
Loading…
Reference in New Issue
Block a user