diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |