diff options
| author | rofafor <rofafor> | 2010-02-07 22:43:01 +0000 |
|---|---|---|
| committer | rofafor <rofafor> | 2010-02-07 22:43:01 +0000 |
| commit | 694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3 (patch) | |
| tree | 3d5f40d46984419d5e8954a45de4226356dcb0f7 | |
| parent | 7a47234e4ed7c1761e4d3478dee2db9779ad79e3 (diff) | |
| download | xineliboutput-694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3.tar.gz xineliboutput-694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3.tar.bz2 | |
Added support for upcoming paused DVB subtitles.
| -rw-r--r-- | device.c | 4 |
1 files changed, 3 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.c,v 1.94 2010-02-03 14:07:09 phintuka Exp $ + * $Id: device.c,v 1.95 2010-02-07 22:43:01 rofafor Exp $ * */ @@ -800,6 +800,7 @@ void cXinelibDevice::Play(void) ForEach(m_clients, &cXinelibThread::SetLiveMode, false); TrickSpeed(-1); + cDevice::Play(); } void cXinelibDevice::Freeze(void) @@ -808,6 +809,7 @@ void cXinelibDevice::Freeze(void) TsBufferFlush(); TrickSpeed(0); + cDevice::Freeze(); } int64_t cXinelibDevice::GetSTC(void) |
