diff options
Diffstat (limited to 'src/input/libdvdnav/read_cache.c')
-rw-r--r-- | src/input/libdvdnav/read_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |