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
e634a30c
Commit
e634a30c
authored
Feb 24, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Forgot one fix in my previous commit. As usual.
parent
d4243d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/dsp/aout_dsp.c
plugins/dsp/aout_dsp.c
+2
-2
No files found.
plugins/dsp/aout_dsp.c
View file @
e634a30c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* aout_dsp.c : dsp functions library
* aout_dsp.c : dsp functions library
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
* $Id: aout_dsp.c,v 1.2
3 2002/02/24 22:06:5
0 sam Exp $
* $Id: aout_dsp.c,v 1.2
4 2002/02/24 22:12:1
0 sam Exp $
*
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -188,7 +188,7 @@ static int aout_SetFormat( aout_thread_t *p_aout )
...
@@ -188,7 +188,7 @@ static int aout_SetFormat( aout_thread_t *p_aout )
/* Set the output rate */
/* Set the output rate */
i_rate
=
p_aout
->
i_rate
;
i_rate
=
p_aout
->
i_rate
;
if
(
ioctl
(
p_aout
->
p_sys
->
i_fd
,
SNDCTL_DSP_SPEED
,
&
l
_rate
)
<
0
)
if
(
ioctl
(
p_aout
->
p_sys
->
i_fd
,
SNDCTL_DSP_SPEED
,
&
i
_rate
)
<
0
)
{
{
intf_ErrMsg
(
"aout error: can't set audio output rate (%i)"
,
intf_ErrMsg
(
"aout error: can't set audio output rate (%i)"
,
p_aout
->
i_rate
);
p_aout
->
i_rate
);
...
...
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