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
d2cd9fcc
Commit
d2cd9fcc
authored
May 13, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
* Mac OS X fix.
parent
ad3ee795
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extras/MacOSX/Resources/vlc.icns
extras/MacOSX/Resources/vlc.icns
+0
-0
plugins/mpeg_vdec/video_decoder.c
plugins/mpeg_vdec/video_decoder.c
+2
-2
No files found.
extras/MacOSX/Resources/vlc.icns
View file @
d2cd9fcc
No preview for this file type
plugins/mpeg_vdec/video_decoder.c
View file @
d2cd9fcc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* video_decoder.c : video decoder thread
* video_decoder.c : video decoder thread
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
* $Id: video_decoder.c,v 1.
7 2002/04/15 23:04:08
massiot Exp $
* $Id: video_decoder.c,v 1.
8 2002/05/13 23:15:43
massiot Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@zoy.org>
* Michel Lespinasse <walken@zoy.org>
...
@@ -117,7 +117,7 @@ void vdec_DestroyThread( vdec_thread_t *p_vdec )
...
@@ -117,7 +117,7 @@ void vdec_DestroyThread( vdec_thread_t *p_vdec )
*****************************************************************************/
*****************************************************************************/
void
vdec_InitThread
(
vdec_thread_t
*
p_vdec
)
void
vdec_InitThread
(
vdec_thread_t
*
p_vdec
)
{
{
#if !defined(SYS_BEOS)
#if !defined(SYS_BEOS)
&& !defined(SYS_DARWIN)
# if VDEC_NICE
# if VDEC_NICE
/* Re-nice ourself - otherwise we would steal CPU time from the video
/* Re-nice ourself - otherwise we would steal CPU time from the video
* output, which would make a poor display. */
* output, which would make a poor display. */
...
...
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