diff options
author | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-29 13:53:13 +0000 |
---|---|---|
committer | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-29 13:53:13 +0000 |
commit | 7377f1b7f468c951cc8acd34d8c3fa4af8e5f92c (patch) | |
tree | 7fac8867f633e66d793ac37ebdd72296a24a50b7 /DOCS/xml | |
parent | 826c89b85a190a49262c8f9c9d39b51326a3d1f0 (diff) |
fix BUK->BUP typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23690 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/cd-dvd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml index 537e3134b5..0652fbe057 100644 --- a/DOCS/xml/en/cd-dvd.xml +++ b/DOCS/xml/en/cd-dvd.xml @@ -145,7 +145,7 @@ facilities. Some RPC-2 drives may also require setting the region code. <title>DVD structure</title> <para> 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. </para> @@ -154,7 +154,7 @@ from the mounted filesystem of an unencrypted DVD. <para> 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 <emphasis role="bold">sectors</emphasis> everywhere, so you need to use raw addressing of sectors of the disc to implement DVD navigation or decrypt the content. |