diff options
Diffstat (limited to 'dxr3output-audio.c')
-rw-r--r-- | dxr3output-audio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3output-audio.c b/dxr3output-audio.c index b664737..0d2e11d 100644 --- a/dxr3output-audio.c +++ b/dxr3output-audio.c @@ -52,8 +52,7 @@ void cDxr3AudioOutThread::Action() if (pNext) pts = pNext->GetPts(); - if ((pts && abs((int)pts-(int)SCR) > 30000) || - m_dxr3Device.IsExternalReleased()) + if ((pts && abs((int)pts-(int)SCR) > 30000)) { m_buffer.Clear(); m_bNeedResync = true; |