Skip to content

Commit

Permalink
Another compare fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Aug 30, 2020
1 parent cd2a1df commit ce6ee16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void FileSourceAnnexBTest::testNalUnitParsing()
f.close();

FileSourceAnnexBFile annexBFile(f.fileName());
QCOMPARE(annexBFile.getNrBytesBeforeFirstNAL(), startCodePositions[0]);
QCOMPARE(unsigned(annexBFile.getNrBytesBeforeFirstNAL()), startCodePositions[0]);

auto nalData = annexBFile.getNextNALUnit();
unsigned counter = 0;
Expand Down

0 comments on commit ce6ee16

Please sign in to comment.