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
d634c025
Commit
d634c025
authored
Mar 11, 2005
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alsa.c: removed a printf, shut up a compiler warning
parent
d2e993b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+1
-3
No files found.
modules/audio_output/alsa.c
View file @
d634c025
...
...
@@ -302,7 +302,7 @@ static int Open( vlc_object_t *p_this )
snd_pcm_sw_params_t
*
p_sw
;
int
i_snd_rc
=
-
1
;
int
i_old_rate
;
unsigned
int
i_old_rate
;
/* Allocate structures */
p_aout
->
output
.
p_sys
=
p_sys
=
malloc
(
sizeof
(
aout_sys_t
)
);
...
...
@@ -910,8 +910,6 @@ static void GetDevicesForCard(module_config_t *p_item, int i_card)
asprintf
(
&
psz_descr
,
"%s: %s (%s)"
,
psz_card_name
,
snd_pcm_info_get_name
(
p_pcm_info
),
psz_device
);
printf
(
"Adding device: %s
\n
"
,
psz_descr
);
p_item
->
ppsz_list
=
(
char
**
)
realloc
(
p_item
->
ppsz_list
,
(
p_item
->
i_list
+
2
)
*
sizeof
(
char
*
)
);
...
...
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