Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
fc1e200b
Commit
fc1e200b
authored
Jun 14, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/vlc_threads.h: more BeOS' priorities tuning.
parent
614fa0d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
include/vlc_threads.h
include/vlc_threads.h
+5
-5
No files found.
include/vlc_threads.h
View file @
fc1e200b
...
...
@@ -3,7 +3,7 @@
* This header provides portable declarations for mutexes & conditions
*****************************************************************************
* Copyright (C) 1999, 2002 VideoLAN
* $Id: vlc_threads.h,v 1.3
1 2003/03/10 00:04:14 massiot
Exp $
* $Id: vlc_threads.h,v 1.3
2 2003/06/14 00:49:58 titer
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
@@ -94,10 +94,10 @@
#elif defined(SYS_BEOS)
# define VLC_THREAD_PRIORITY_LOW 5
# define VLC_THREAD_PRIORITY_INPUT 1
4
# define VLC_THREAD_PRIORITY_AUDIO 1
3
# define VLC_THREAD_PRIORITY_VIDEO
11
# define VLC_THREAD_PRIORITY_OUTPUT 1
2
# define VLC_THREAD_PRIORITY_INPUT 1
0
# define VLC_THREAD_PRIORITY_AUDIO 1
0
# define VLC_THREAD_PRIORITY_VIDEO
5
# define VLC_THREAD_PRIORITY_OUTPUT 1
5
#else
# define VLC_THREAD_PRIORITY_LOW 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment