Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
42bf6ff2
Commit
42bf6ff2
authored
Mar 02, 2009
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vougl.m: cosmetics
parent
5886a523
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
modules/gui/macosx/voutgl.m
modules/gui/macosx/voutgl.m
+6
-7
No files found.
modules/gui/macosx/voutgl.m
View file @
42bf6ff2
/*****************************************************************************
/*****************************************************************************
* voutgl.m: MacOS X OpenGL provider
* voutgl.m: MacOS X OpenGL provider
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001-2004, 2007 the VideoLAN team
* Copyright (C) 2001-2004, 2007
-2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Colin Delacroix <colin@zoy.org>
* Authors: Colin Delacroix <colin@zoy.org>
...
@@ -110,7 +110,7 @@ int OpenVideoGL ( vlc_object_t * p_this )
...
@@ -110,7 +110,7 @@ int OpenVideoGL ( vlc_object_t * p_this )
p_vout
->
p_sys
=
malloc
(
sizeof
(
vout_sys_t
)
);
p_vout
->
p_sys
=
malloc
(
sizeof
(
vout_sys_t
)
);
if
(
p_vout
->
p_sys
==
NULL
)
if
(
p_vout
->
p_sys
==
NULL
)
return
(
1
)
;
return
VLC_ENOMEM
;
memset
(
p_vout
->
p_sys
,
0
,
sizeof
(
vout_sys_t
)
);
memset
(
p_vout
->
p_sys
,
0
,
sizeof
(
vout_sys_t
)
);
...
@@ -174,7 +174,6 @@ int OpenVideoGL ( vlc_object_t * p_this )
...
@@ -174,7 +174,6 @@ int OpenVideoGL ( vlc_object_t * p_this )
[
o_pool
release
];
[
o_pool
release
];
/* Check to see if initVout: was successfull */
/* Check to see if initVout: was successfull */
if
(
!
p_vout
->
p_sys
->
o_vout_view
)
if
(
!
p_vout
->
p_sys
->
o_vout_view
)
{
{
return
VLC_EGENERIC
;
return
VLC_EGENERIC
;
...
...
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