Commit ade49cb4 authored by Harald Alvestrand's avatar Harald Alvestrand
Browse files

Style nit

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -261,7 +261,7 @@ function videoAnalyzer(chunk, controller) {
if (chunk.type === prevFrameType &&
chunk.timestamp === prevFrameTimestamp &&
chunk.synchronizationSource === prevFrameSynchronizationSource) {
duplicateCount += 1;
duplicateCount++;
}
prevFrameType = chunk.type;
prevFrameTimestamp = chunk.timestamp;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment