diff options
Diffstat (limited to 'dxr3syncbuffer.c')
-rw-r--r-- | dxr3syncbuffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c index ce9c741..95a9bd8 100644 --- a/dxr3syncbuffer.c +++ b/dxr3syncbuffer.c @@ -299,10 +299,6 @@ void cDxr3SyncBuffer::Pop(void) if (tmpBuffer) tmpBuffer = --tmpBuffer ? tmpBuffer : (Size() - 1); nextPts = m_pBuffer[tmpBuffer].GetPts(); } - if (nextPts != 30) - { - cDxr3NextPts::Instance().SetNextPts(nextPts); - } m_next++; m_count--; @@ -358,7 +354,6 @@ void cDxr3SyncBuffer::Clear(void) m_bPutBlock = false; } cFixedLengthFrame::Clear(); - cDxr3NextPts::Instance().Clear(); } // ================================== |