Layer Break positioning in Double Layer DVD-Video recordings presents
certain challenge. The trouble is that we have three rather loose
components which need to work together: 1) DVD-Video content preparation
program, something similar to dvdauthor 2) file system layout generator,
mkisofs in our case and 3) a recording program. Ultimately it's content
preparation program responsibility to pick the Layer Break point. Then
file system layout generator has to make sure that it's aligned at DVD
ECC block boundary of 32KB and perhaps even that it resides in second
half of the image. Finally recording program has to pass it down to
burner unit.
--- ./mkisofs/write.c.orig Wed Jul 14 18:28:41 2004
+++ ./mkisofs/write.c Fri Jul 16 23:04:20 2004
There is no original write.c with date Wed Jul 14 18:28:41 2004
This is the latest:
-r--r--r-- 1 joerg bs 68378 Jul 9 14:59 write.c