From bb15b0769badd34cfe844cf9d80b27dc4fe15d82 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Mon, 22 May 2006 20:37:43 +0000 Subject: [PATCH] increased thread priorities git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17551 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/Controller.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/mediaplayer/Controller.cpp b/src/apps/mediaplayer/Controller.cpp index a4d90e19b7..a7d5a7fb38 100644 --- a/src/apps/mediaplayer/Controller.cpp +++ b/src/apps/mediaplayer/Controller.cpp @@ -33,10 +33,10 @@ #include "SoundOutput.h" -#define AUDIO_PLAY_PRIORITY 10 -#define VIDEO_PLAY_PRIORITY 10 -#define AUDIO_DECODE_PRIORITY 10 -#define VIDEO_DECODE_PRIORITY 10 +#define AUDIO_PLAY_PRIORITY 110 +#define VIDEO_PLAY_PRIORITY 20 +#define AUDIO_DECODE_PRIORITY 13 +#define VIDEO_DECODE_PRIORITY 13 void HandleError(const char *text, status_t err)