>From: Joerg Schilling <[EMAIL PROTECTED]>

>>+ #ifdef DVD_VIDEO
>>+     /*
>>+      * There're rumors claiming that some players assume VIDEO_TS.IFO
>>+      * to be the first file in VIDEO_TS catalog. Well, it's basically
>>+      * the only file player has to actually look for, as the whole
>>+      * video content can be "rolled down" from this file alone.
>>+      *                              <[EMAIL PROTECTED]>
>>+      */
>>+     if (dvd_video) {
>>+             if (!strcasecmp (lpnt,"VIDEO_TS.IFO"))  return 1;
>>+             if (!strcasecmp (rpnt,"VIDEO_TS.IFO"))  return -1;
>>+             }
...

>I believe that any drive that likes to find more than VIDEO_TS.IFO through
>UDF will have a more or less complete UDF implementation. For this reason,
>it seems to be sufficient to make VIDEO_TS.IFO the first entry in VIDEO_TS/

Just a reminder as I believe that there was no answer.....

Do you believe this is OK?



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.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to