From a0310fb7bcda6159fc733c6ff24fe47a8d4fb302 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 15 Mar 2010 12:40:30 +0000 Subject: Fixed TS_BUFFER_LOCK --- device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.c b/device.c index 70b12458..574900db 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.c,v 1.104 2010-03-15 12:26:53 phintuka Exp $ + * $Id: device.c,v 1.105 2010-03-15 12:40:30 phintuka Exp $ * */ @@ -1151,7 +1151,7 @@ int cXinelibDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly) * TS buffer */ -#define TS_BUFFER_LOCK cSectionLock(m_TsBufLock) +#define TS_BUFFER_LOCK cSectionLock SectionLock(m_TsBufLock) int cXinelibDevice::TsBufferFlush(void) { -- cgit v1.2.3