simplify boolean expressions (#1130)

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2023-09-06 21:16:59 +02:00
committed by GitHub
parent 54f84cc924
commit 912897cd35
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ List<Ogg::Page *> Ogg::Page::paginate(const ByteVectorList &packets,
streamSerialNumber,
pageIndex,
continued,
lastSplit && (lastPacketInList ? lastPacketCompleted : true),
lastSplit && (!lastPacketInList || lastPacketCompleted),
lastSplit && (containsLastPacket && lastPacketInList)));
pageIndex++;
continued = true;