A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Haivision/srt/commit/258167de0500b3b26aa57da8f78cf025cd514fd2 below:

[core] replace ++ with incPos() in getTimespan_ms() · Haivision/srt@258167d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -507,7 +507,7 @@ int CRcvBufferNew::getTimespan_ms() const

507 507

if (startpos == lastpos)

508 508

break;

509 509 510 -

++startpos;

510 +

startpos = incPos(startpos);

511 511

}

512 512 513 513

if (m_entries[startpos].pUnit == NULL)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4