From 1cc6d829a1a465e5c797c7533864dc7e015dbe7d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Apr 2003 08:16:27 +0000 Subject: Safer low water mark when recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3557 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mpeg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h index 6b44363..e971aaa 100644 --- a/firmware/export/mpeg.h +++ b/firmware/export/mpeg.h @@ -26,6 +26,7 @@ wouldn't be able to see the difference between an empty buffer and a full one. */ #define MPEG_LOW_WATER 0x60000 +#define MPEG_RECORDING_LOW_WATER 0x80000 #define MPEG_LOW_WATER_CHUNKSIZE 0x40000 #define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000 #define MPEG_PLAY_PENDING_THRESHOLD 0x10000 -- cgit v1.1