Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
488790df
Commit
488790df
authored
Dec 11, 2003
by
Rocky Bernstein
Browse files
Use cd-audio variable not vcd variable.
parent
3ada93ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/cdda.c
View file @
488790df
/*****************************************************************************
* cdda.c : CD digital audio input module for vlc
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* $Id: cdda.c,v 1.
9
2003/1
1/29 16:29:24 gbazin
Exp $
* Copyright (C) 2000
, 2003
VideoLAN
* $Id: cdda.c,v 1.
10
2003/1
2/11 05:30:11 rocky
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -125,12 +125,13 @@ static int AccessOpen( vlc_object_t *p_this )
if
(
!*
psz_source
)
{
/* No source specified, so figure it out. */
if
(
!
p_input
->
psz_access
)
{
free
(
psz_orig
);
return
VLC_EGENERIC
;
}
psz_source
=
config_GetPsz
(
p_input
,
"
v
cd"
);
psz_source
=
config_GetPsz
(
p_input
,
"cd
-audio
"
);
if
(
!
psz_source
)
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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