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
657524ff
Commit
657524ff
authored
Oct 26, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CDDA: cosmetics and copyright
parent
189e0e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
modules/access/cdda.c
modules/access/cdda.c
+6
-4
No files found.
modules/access/cdda.c
View file @
657524ff
/*****************************************************************************
* cdda.c : CD digital audio input module for vlc
*****************************************************************************
* Copyright (C) 2000, 2003 the VideoLAN team
* Copyright (C) 2000, 2003
-2006, 2008-2009
the VideoLAN team
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -83,12 +83,14 @@ vlc_module_begin ()
add_integer
(
"cdda-last-sector"
,
-
1
,
NULL
,
NULL
,
NULL
,
true
)
change_internal
()
#ifdef HAVE_LIBCDDB
add_string
(
"cddb-server"
,
"freedb.freedb.org"
,
NULL
,
N_
(
"CDDB Server"
),
N_
(
"Address of the CDDB server to use."
),
true
)
add_integer
(
"cddb-port"
,
8880
,
NULL
,
N_
(
"CDDB port"
),
N_
(
"CDDB Server port to use."
),
true
)
N_
(
"CDDB port"
),
N_
(
"CDDB Server port to use."
),
true
)
#endif
add_shortcut
(
"cdda"
)
add_shortcut
(
"cddasimple"
)
vlc_module_end
()
...
...
@@ -630,7 +632,7 @@ static cddb_disc_t *GetCDDBInfo( access_t *p_access, int i_titles, int *p_sector
cddb_set_timeout
(
p_cddb
,
10
);
/// \todo
cddb_http_disable
(
p_cddb
);
cddb_http_disable
(
p_cddb
);
/* */
cddb_disc_t
*
p_disc
=
cddb_disc_new
();
...
...
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