>From [EMAIL PROTECTED] Mon Dec 23 14:40:02 2002
>As mentioned it was a "denoting" patch.
>> ... the patch does the trick and mkisofs masters correct
>> DVD-Video image, but presumably extra code performing cross-checking is
>> required:-)
>I have to insist at the very least on the following cross-check. A.
OK, sounds reasonable.
>--- ./mkisofs/dvd_file.c.orig Sun Jul 21 14:53:03 2002
>+++ ./mkisofs/dvd_file.c Mon Dec 23 14:28:10 2002
>@@ -539,6 +539,20 @@
>
> /* Find the actuall right size of VTS_XX_0.VOB */
> if (vts_menu_file != 0) {
>+ if (vts_ifo->vtsi_mat->vtsm_vobs == 0) {
>+ /*
>+ * Apparently means that VTS_XX_0.VOB
>+ * is empty after all...
>+ */
>+ menu_vob = 0;
>+ /* Double-check... */
>+ if (DVDFileSize(vts_menu_file) != 0) {
>+
>fprintf(stderr,"%s/VIDEO_TS/VTS_%02i_0.IFO "
>+ "appears to be corrupted.\n",
>+ mountpoint, counter+1);
As a quick note: please keep in mind that this is non portable.
String concatenation does not work work with K&R complers.
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.fhg.de/usr/schilling ftp://ftp.berlios.de/pub/schily
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]