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
d8ee86a4
Commit
d8ee86a4
authored
Aug 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fix
(cherry picked from commit 44488d6d4cd586d9cafc9f5a0a2325a6a5285be2)
parent
42793363
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/audio_output/waveout.c
modules/audio_output/waveout.c
+1
-1
modules/video_output/xcb/glx.c
modules/video_output/xcb/glx.c
+1
-1
No files found.
modules/audio_output/waveout.c
View file @
d8ee86a4
...
...
@@ -823,7 +823,7 @@ static void CALLBACK WaveOutCallback( HWAVEOUT h_waveout, UINT uMsg,
/****************************************************************************
* WaveOutClearDoneBuffers: Clear all done marked buffers, and free
aout_bu
fer
* WaveOutClearDoneBuffers: Clear all done marked buffers, and free
buf
fer
****************************************************************************
* return value is the number of still playing buffers in the queue
****************************************************************************/
...
...
modules/video_output/xcb/glx.c
View file @
d8ee86a4
...
...
@@ -287,7 +287,7 @@ static int Open (vlc_object_t *obj)
GLXFBConfig
*
confs
=
glXChooseFBConfig
(
dpy
,
snum
,
attr
,
&
nelem
);
if
(
confs
==
NULL
)
{
msg_Err
(
vd
,
"no GLX frame bufer configurations"
);
msg_Err
(
vd
,
"no GLX frame buf
f
er configurations"
);
goto
error
;
}
...
...
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