From 60f7d9a84f3e4143839691f3c3199517e42d9c39 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 18 Feb 2009 15:30:31 +0100 Subject: fix compile warnings --- dxr3output-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3output-audio.c') diff --git a/dxr3output-audio.c b/dxr3output-audio.c index 4798e8c..ca01ea3 100644 --- a/dxr3output-audio.c +++ b/dxr3output-audio.c @@ -51,7 +51,7 @@ void cDxr3AudioOutThread::Action() if (pNext) pts = pNext->GetPts(); - if (pts && abs((int)pts-(int)SCR) > 30000 || + if ((pts && abs((int)pts-(int)SCR) > 30000) || m_dxr3Device.IsExternalReleased()) { m_buffer.Clear(); -- cgit v1.2.3