From c226b5c184993b4dc09816e4da08a533b656f934 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 29 Apr 2003 21:55:46 +0000 Subject: Update from libdvdnav CVS patchset: 4712 CVS date: 2003/04/29 21:55:46 --- src/input/libdvdnav/read_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/libdvdnav/read_cache.c') diff --git a/src/input/libdvdnav/read_cache.c b/src/input/libdvdnav/read_cache.c index bb68a83ae..0e9ac568b 100644 --- a/src/input/libdvdnav/read_cache.c +++ b/src/input/libdvdnav/read_cache.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: read_cache.c,v 1.8 2003/04/29 15:58:30 jcdutton Exp $ + * $Id: read_cache.c,v 1.9 2003/04/29 21:55:52 jcdutton Exp $ * */ @@ -90,7 +90,7 @@ struct read_cache_s { read_cache_chunk_t chunk[READ_CACHE_CHUNKS]; int current; int freeing; /* is set to one when we are about to dispose the cache */ - int read_ahead_size; + uint32_t read_ahead_size; int read_ahead_incr; int last_sector; pthread_mutex_t lock; -- cgit v1.2.3