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
e55c4747
Commit
e55c4747
authored
Nov 19, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix CDDA module after playlist API updates
* + a const fix
parent
01dee6ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/cdda/info.c
modules/access/cdda/info.c
+2
-2
No files found.
modules/access/cdda/info.c
View file @
e55c4747
...
...
@@ -783,7 +783,7 @@ char *
CDDAFormatTitle
(
const
access_t
*
p_access
,
track_t
i_track
)
{
char
*
config_varname
=
MODULE_STRING
"-title-format"
;
c
onst
c
har
*
config_varname
=
MODULE_STRING
"-title-format"
;
cdda_data_t
*
p_cdda
=
(
cdda_data_t
*
)
p_access
->
p_sys
;
char
*
psz_mrl
=
CDDAFormatMRL
(
p_access
,
i_track
);
...
...
@@ -985,7 +985,7 @@ CDDAFixupPlaylist( access_t *p_access, cdda_data_t *p_cdda,
input_title_t
*
t
;
if
(
!
p_cdda
->
b_nav_mode
)
playlist_ItemToNode
(
p_playlist
,
p_item
);
playlist_ItemToNode
(
p_playlist
,
p_item
,
VLC_FALSE
);
for
(
i
=
0
;
i
<
p_cdda
->
i_tracks
;
i
++
)
{
...
...
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