diff options
Diffstat (limited to 'dxr3output-video.c')
-rw-r--r-- | dxr3output-video.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dxr3output-video.c b/dxr3output-video.c index e306df7..09c3af8 100644 --- a/dxr3output-video.c +++ b/dxr3output-video.c @@ -86,13 +86,6 @@ void cDxr3VideoOutThread::Action() } } - - if (m_dxr3Device.IsExternalReleased()) - { - m_bNeedResync = true; - m_buffer.Clear(); - } - if ((pts > SCR && abs((int)pts - (int)SCR) > 7500 )) { cCondWait::SleepMs(10); |