summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--dxr3device.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ad93da9..0a7fb1e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -280,4 +280,5 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- made "all" the default target in Makefile (Ville Skyttä)
- assume SSE support implies MMXEXT support, this enables optimized
memcpy routines on more systems (Ville Skyttä)
+- avoid hang in pause mode with VDR >= 1.3.18 (Luca Olivetti)
- fix compilation with -fPIC, kudos to ffmpeg (Ville Skyttä)
diff --git a/dxr3device.c b/dxr3device.c
index 9a8a2d7..96644eb 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -291,7 +291,7 @@ int cDxr3Device::PlayVideo(const uchar *Data, int Length)
{
// Why is here so a huge time waster?
//usleep(1000000);
- return 0;
+ return -1;
}
if (m_strBuf.length())