View Single Post
Old 5th February 2007, 11:35   #2  |  Link
evdberg
Registered User
 
Join Date: Dec 2006
Posts: 202
According to section 2.3.3 of "HD DVD and DVD Pre-recorded Book" the above might indeed be the Volume ID.

struct VolumeID {
uchar MediaType; // 0x40
uchar Reserved;
uchar UniqueNumber[12];
uchar Reserved[2];
};

Reserved fields are always filled with 0x00.

You are also right about the ID split in 2 parts. One half is stored in the BCA (Burst Cutting Area) and the other half in the Control Data Zone (whatever that may be).

Last edited by evdberg; 5th February 2007 at 11:39.
evdberg is offline   Reply With Quote