summaryrefslogtreecommitdiffstats
path: root/libdvdnav
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:52 -0600
commita372f822fe1b3fad682bf6796cb62da4f13a31db (patch)
treea3ac24d6627eebc22e3c9490e7742f594f17d8ad /libdvdnav
parentb8a4f26c42f6d41e8251b60357f1a6990c1e8ad8 (diff)
downloadk9copy-a372f822fe1b3fad682bf6796cb62da4f13a31db.tar.gz
k9copy-a372f822fe1b3fad682bf6796cb62da4f13a31db.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.
Diffstat (limited to 'libdvdnav')
-rw-r--r--libdvdnav/dvdnav.h2
-rw-r--r--libdvdnav/read_cache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libdvdnav/dvdnav.h b/libdvdnav/dvdnav.h
index 1e39d0b..b9812ad 100644
--- a/libdvdnav/dvdnav.h
+++ b/libdvdnav/dvdnav.h
@@ -52,7 +52,7 @@ extern "C" {
*/
typedef struct dvdnav_s dvdnav_t;
-/* Status as reported by most of libdvdnav's functions */
+/* tqStatus as reported by most of libdvdnav's functions */
typedef int32_t dvdnav_status_t;
/*
diff --git a/libdvdnav/read_cache.c b/libdvdnav/read_cache.c
index 1941c3c..685a440 100644
--- a/libdvdnav/read_cache.c
+++ b/libdvdnav/read_cache.c
@@ -47,7 +47,7 @@
typedef struct read_cache_chunk_s {
uint8_t *cache_buffer;
- uint8_t *cache_buffer_base; /* used in malloc and free for alignment */
+ uint8_t *cache_buffer_base; /* used in malloc and free for tqalignment */
int32_t cache_start_sector; /* -1 means cache invalid */
int32_t cache_read_count; /* this many sectors are already read */
size_t cache_block_count; /* this many sectors will go in this chunk */