summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-15 22:59:33 +0000
committerphintuka <phintuka>2006-12-15 22:59:33 +0000
commitf5224395f6843426315e3319c683db166e878a7c (patch)
tree394d50fe80d8c14e80ae56b073a1368af602531f
parent93b827c977b745ec581afbb8d4b0c2dd3c7a367f (diff)
downloadxineliboutput-f5224395f6843426315e3319c683db166e878a7c.tar.gz
xineliboutput-f5224395f6843426315e3319c683db166e878a7c.tar.bz2
Force polling before every frame.
This should fix rest of queue overflow problems in remote modes.
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index dd1415a7..ef4a6048 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.14 2006-10-23 19:18:09 phintuka Exp $
+ * $Id: device.h,v 1.15 2006-12-15 22:59:33 phintuka Exp $
*
*/
@@ -229,6 +229,7 @@ class cXinelibDevice : public cDevice
int m_AudioCount;
bool m_SkipAudio;
bool m_StreamStart;
+ bool m_Polled;
int PlayAny(const uchar *Data, int Length);