dvd-sector-copy.c (find_good_sector): Use plain `read_sectors' for retries.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Apr 2022 16:13:54 +0000 (17:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Apr 2022 16:15:17 +0000 (17:15 +0100)
commit5d42ee1b6a34ff5d30c46ba51f7bb8cfdaadc4c8
tree4f52d2929f2293a330e1ddc57793e28193e24109
parent7c100803131c322c39a69d89e6fbfa213a3cbea7
dvd-sector-copy.c (find_good_sector): Use plain `read_sectors' for retries.

This saves engaging the recovery buffering machinery until it's actually
going to be useful.  If the retry read actually reads anything at all
then we've succeeded and don't need the recovery machinery; if it
doesn't, then there's nothing left in the buffer anyway.
dvd-sector-copy.c