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 3ec322a..22be02f 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -290,7 +290,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()) |