chkdvdimg: Add a new program for checking DVD images.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Mar 2022 16:23:18 +0000 (16:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Mar 2022 20:34:04 +0000 (20:34 +0000)
commit0049c6b5106e540f8fe6d91016de35fe9082bff9
tree1883336642171c51091bb06fd696039b56aa0c94
parent2bbc0426ba4e0a3d40f542df507ee1124fce18a0
chkdvdimg: Add a new program for checking DVD images.

Primarily I'm interested in checking that the length is right, because
one of my DVD drives sometimes reports the wrong medium size
(specifically, I think, the size for the previous medium).  Also,
sometimes there are zero sectors stuck on the end, which complicates
finding the backup UDF anchor descriptor, so provide an option to trim
these.
.gitignore
Makefile
chkdvdimg.c [new file with mode: 0644]