A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/Haivision/srt/commit/8afcdbeb4963ef3fe50f15d147359902fec38548 below:

[core] fix m_iMaxPosInc was not updated in releaseNextFillerEntries() · Haivision/srt@8afcdbe · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

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

@@ -614,6 +614,9 @@ void CRcvBufferNew::releaseNextFillerEntries()

614 614

releaseUnitInPos(pos);

615 615

pos = incPos(pos);

616 616

m_iStartPos = pos;

617 +

--m_iMaxPosInc;

618 +

if (m_iMaxPosInc < 0)

619 +

m_iMaxPosInc = 0;

617 620

}

618 621

}

619 622

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