increased thread priorities

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17551 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-05-22 20:37:43 +00:00
parent 032674909f
commit bb15b0769b
+4 -4
View File
@@ -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)