From 736e30bee6e389f8d996dc8ce0ab0c69240b0125 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Thu, 6 Feb 2003 21:39:34 +0000 Subject: [PATCH] Tuned BeOS priorities for a better playback on low-end computers. --- include/vlc_threads.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/vlc_threads.h b/include/vlc_threads.h index 8db46e5d56..2c8b9597b9 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -3,7 +3,7 @@ * This header provides portable declarations for mutexes & conditions ***************************************************************************** * Copyright (C) 1999, 2002 VideoLAN - * $Id: vlc_threads.h,v 1.26 2003/02/02 00:49:40 massiot Exp $ + * $Id: vlc_threads.h,v 1.27 2003/02/06 21:39:34 titer Exp $ * * Authors: Jean-Marc Dressler * Samuel Hocevar @@ -94,10 +94,10 @@ #elif defined(SYS_BEOS) # define VLC_THREAD_PRIORITY_LOW 5 -# define VLC_THREAD_PRIORITY_INPUT 10 -# define VLC_THREAD_PRIORITY_AUDIO 100 -# define VLC_THREAD_PRIORITY_VIDEO 15 -# define VLC_THREAD_PRIORITY_OUTPUT 15 +# define VLC_THREAD_PRIORITY_INPUT 14 +# define VLC_THREAD_PRIORITY_AUDIO 13 +# define VLC_THREAD_PRIORITY_VIDEO 11 +# define VLC_THREAD_PRIORITY_OUTPUT 12 #else # define VLC_THREAD_PRIORITY_LOW 0 -- 2.39.5