From 8a6fd3ff4e63c81d7d50af535791318481280f95 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 29 Mar 2008 23:21:19 +0000 Subject: Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegplayer as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16884 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/thread.h b/firmware/export/thread.h index bb1cb7c..8c23387 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -46,11 +46,11 @@ #define PRIORITY_REALTIME_3 3 #define PRIORITY_REALTIME_4 4 #define PRIORITY_REALTIME 4 /* Lowest realtime range */ +#define PRIORITY_BUFFERING 15 /* Codec buffering thread */ #define PRIORITY_USER_INTERFACE 16 /* The main thread */ #define PRIORITY_RECORDING 16 /* Recording thread */ #define PRIORITY_PLAYBACK 16 /* Variable between this and MAX */ #define PRIORITY_PLAYBACK_MAX 5 /* Maximum allowable playback priority */ -#define PRIORITY_BUFFERING 16 /* Codec buffering thread */ #define PRIORITY_SYSTEM 18 /* All other firmware threads */ #define PRIORITY_BACKGROUND 20 /* Normal application threads */ #define NUM_PRIORITIES 32 -- cgit v1.1