Browse Source

Fix: splitting of h264 NALU by start sequence now works correctly

Filip Klembara 4 years ago
parent
commit
557b293934
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/h264packetizationhandler.cpp

+ 0 - 1
src/h264packetizationhandler.cpp

@@ -110,7 +110,6 @@ shared_ptr<NalUnits> H264PacketizationHandler::splitMessage(message_ptr message)
 				break;
 				break;
 			}
 			}
 		}
 		}
-		index++;
 		unsigned long long naluStartIndex = index;
 		unsigned long long naluStartIndex = index;
 
 
 		while (index < message->size()) {
 		while (index < message->size()) {