Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
736e30be
Commit
736e30be
authored
Feb 06, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tuned BeOS priorities for a better playback on low-end computers.
parent
4309a1f7
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 @
736e30be
...
...
@@ -3,7 +3,7 @@
* This header provides portable declarations for mutexes & conditions
*****************************************************************************
* Copyright (C) 1999, 2002 VideoLAN
* $Id: vlc_threads.h,v 1.2
6 2003/02/02 00:49:40 massiot
Exp $
* $Id: vlc_threads.h,v 1.2
7 2003/02/06 21:39:34 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
0
# define VLC_THREAD_PRIORITY_AUDIO 1
00
# define VLC_THREAD_PRIORITY_VIDEO 1
5
# define VLC_THREAD_PRIORITY_OUTPUT 1
5
# define VLC_THREAD_PRIORITY_INPUT 1
4
# define VLC_THREAD_PRIORITY_AUDIO 1
3
# define VLC_THREAD_PRIORITY_VIDEO 1
1
# define VLC_THREAD_PRIORITY_OUTPUT 1
2
#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