summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xHandBrakeCLIbin0 -> 12014896 bytes
-rw-r--r--dvdimagejob.cpp2
2 files changed, 0 insertions, 2 deletions
diff --git a/HandBrakeCLI b/HandBrakeCLI
new file mode 100755
index 0000000..60f3c4c
--- /dev/null
+++ b/HandBrakeCLI
Binary files differ
diff --git a/dvdimagejob.cpp b/dvdimagejob.cpp
index e676ce6..1a669c9 100644
--- a/dvdimagejob.cpp
+++ b/dvdimagejob.cpp
@@ -122,8 +122,6 @@ bool DVDImageJob::saveImageToDevice(QIODevice &out)
qDebug() << "can't open DVD (dvdcss)";
return false;
}
- sleep(5);
- return true;
int blkno = 0;
int curvob = 0;
while (1) {