diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | dxr3device.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -321,3 +321,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - add Polish translation (Mikolaj Tutak) - sync "make install" with VDR 1.4.2-2 (Ville Skyttä) - use cCondWait::SleepMs() instead of usleep (Ville Skyttä) +- minor tweaks diff --git a/dxr3device.c b/dxr3device.c index 9508f0d..884ad18 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -234,7 +234,7 @@ int cDxr3Device::PlayVideo(const uchar *Data, int Length) m_DemuxDevice.GetTrickState() == DXR3_FREEZE) || cDxr3Interface::Instance().IsExternalReleased()) { - return -1; + return 0; } if (m_strBuf.length()) |