X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_threads.h;h=657f057e3674b532721a3244d58e6a10a5708ddf;hb=a5dcac2826c1f55cd4ebd610632cbd3ddf3b707b;hp=2c1ca1b94d6296e3bbbf8f0a0e64403732eed12a;hpb=780ba1b903df7fa55511cef97e83b836118e098a;p=vlc diff --git a/include/vlc_threads.h b/include/vlc_threads.h index 2c1ca1b94d..657f057e36 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.31 2003/03/10 00:04:14 massiot Exp $ + * $Id: vlc_threads.h,v 1.32 2003/06/14 00:49:58 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 14 -# define VLC_THREAD_PRIORITY_AUDIO 13 -# define VLC_THREAD_PRIORITY_VIDEO 11 -# define VLC_THREAD_PRIORITY_OUTPUT 12 +# define VLC_THREAD_PRIORITY_INPUT 10 +# define VLC_THREAD_PRIORITY_AUDIO 10 +# define VLC_THREAD_PRIORITY_VIDEO 5 +# define VLC_THREAD_PRIORITY_OUTPUT 15 #else # define VLC_THREAD_PRIORITY_LOW 0