# HG changeset patch # User kraymer # Date 1183125193 0 # Node ID c6a4135b87bbe4b0c9ba70745ca3fb50eea54dbd # Parent d3f513e942948403c4a7cfda284479775450e87b fix BUK->BUP typo diff -r d3f513e94294 -r c6a4135b87bb DOCS/xml/en/cd-dvd.xml --- a/DOCS/xml/en/cd-dvd.xml Fri Jun 29 11:26:46 2007 +0000 +++ b/DOCS/xml/en/cd-dvd.xml Fri Jun 29 13:53:13 2007 +0000 @@ -145,7 +145,7 @@ DVD structure DVD disks have 2048 bytes per sector with ECC/CRC. They usually have an UDF -filesystem on a single track, containing various files (small .IFO and .BUK +filesystem on a single track, containing various files (small .IFO and .BUP files and big (1GB) .VOB files). They are real files and can be copied/played from the mounted filesystem of an unencrypted DVD. @@ -154,7 +154,7 @@ The .IFO files contain the movie navigation information (chapter/title/angle map, language table, etc) and are needed to read and interpret the .VOB content -(movie). The .BUK files are backups of them. They use +(movie). The .BUP files are backups of them. They use sectors everywhere, so you need to use raw addressing of sectors of the disc to implement DVD navigation or decrypt the content.