summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-03-15 12:40:30 +0000
committerphintuka <phintuka>2010-03-15 12:40:30 +0000
commita0310fb7bcda6159fc733c6ff24fe47a8d4fb302 (patch)
treee61b5645bcdd370b3eced70b2795f4d088831cf5
parentfd98f36bf7e58ceb172dbd1b56b2cd377f5186d1 (diff)
downloadxineliboutput-a0310fb7bcda6159fc733c6ff24fe47a8d4fb302.tar.gz
xineliboutput-a0310fb7bcda6159fc733c6ff24fe47a8d4fb302.tar.bz2
Fixed TS_BUFFER_LOCK
-rw-r--r--device.c4
1 files 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)
{