diff options
author | phintuka <phintuka> | 2006-12-15 22:59:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-15 22:59:33 +0000 |
commit | f5224395f6843426315e3319c683db166e878a7c (patch) | |
tree | 394d50fe80d8c14e80ae56b073a1368af602531f | |
parent | 93b827c977b745ec581afbb8d4b0c2dd3c7a367f (diff) | |
download | xineliboutput-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |