summaryrefslogtreecommitdiffstats
path: root/dvdread/nav_types.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:29:54 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:29:54 -0600
commitb8a4f26c42f6d41e8251b60357f1a6990c1e8ad8 (patch)
tree9beca7fe1a592f5f49be1e0bb4d03f0dfc1829c7 /dvdread/nav_types.h
parent23c5272c1c49acf0906f7c97a524333705f7be46 (diff)
downloadk9copy-b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.tar.gz
k9copy-b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'dvdread/nav_types.h')
-rw-r--r--dvdread/nav_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvdread/nav_types.h b/dvdread/nav_types.h
index cfb81f3..12e19f8 100644
--- a/dvdread/nav_types.h
+++ b/dvdread/nav_types.h
@@ -5,7 +5,7 @@
/*
* Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]>
*
- * The data structures in this file should represent the tqlayout of the
+ * The data structures in this file should represent the layout of the
* pci and dsi packets as they are stored in the stream. Information
* found by reading the source to VOBDUMP is the base for the structure
* and names of these data types.
@@ -145,7 +145,7 @@ typedef struct {
/**
* Button Information
*
- * NOTE: I've had to change the structure from the disk tqlayout to get
+ * NOTE: I've had to change the structure from the disk layout to get
* the packing to work with Sun's Forte C compiler.
* The 4 and 7 bytes are 'rotated' was: ABC DEF GHIJ is: ABCG DEFH IJ
*/