From 2860c5e70ae6c4ded2a662b8eed5996e381ed014 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Fri, 11 Feb 2005 18:41:40 +0000 Subject: long policy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5914 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mpeg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 3223cabdbe..e2bb75a62f 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -326,9 +326,9 @@ static bool is_playing; /* We are (attempting to) playing MP3 files */ static bool filling; /* We are filling the buffer with data from disk */ static bool dma_underrun; /* True when the DMA has stopped because of slow disk reading (read error, shaking) */ -static int low_watermark; /* Dynamic low watermark level */ -static int low_watermark_margin; /* Extra time in seconds for watermark */ -static int lowest_watermark_level; /* Debug value to observe the buffer +static long low_watermark; /* Dynamic low watermark level */ +static long low_watermark_margin; /* Extra time in seconds for watermark */ +static long lowest_watermark_level; /* Debug value to observe the buffer usage */ #if CONFIG_HWCODEC == MAS3587F static bool is_recording; /* We are recording */ -- cgit v1.2.3