Browse Source

Merge pull request #328 from in2core/hotfix/split-h264-by-start-sequence

Fix splitting of h264 NALU by start sequence
Paul-Louis Ageneau 4 years ago
parent
commit
986e5f985f
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;
 			}
 		}
-		index++;
 		unsigned long long naluStartIndex = index;
 
 		while (index < message->size()) {