#766942 Skip media errors instead of stalling

Package:
vobcopy
Source:
vobcopy
Description:
Tool to copy DVD VOBs to hard disk
Submitter:
Adam Majer
Date:
2014-10-27 03:48:06 UTC
Severity:
normal
#766942#5
Date:
2014-10-27 03:44:43 UTC
From:
To:
Some of my discs accumulated some scratches. Vobcopy would no longer
copy their data efficiently, it would just retry every sector 10
times, essentially stalling.

The attached patch attempts to fix this issue by seeking forward
through the error sectors.

- Adam