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
83d76733
Commit
83d76733
authored
Mar 10, 2005
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix locking
parent
96611479
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
30 deletions
+26
-30
modules/access/cdda/info.c
modules/access/cdda/info.c
+26
-30
No files found.
modules/access/cdda/info.c
View file @
83d76733
...
...
@@ -847,8 +847,6 @@ int CDDAAddMetaToItem( access_t *p_access, cdda_data_t *p_cdda,
playlist_item_t
*
p_item
,
int
i_track
,
vlc_bool_t
b_single
)
{
vlc_mutex_lock
(
&
p_item
->
input
.
lock
);
add_playlist_track_info_str
(
"Source"
,
p_cdda
->
psz_source
);
vlc_input_item_AddInfo
(
&
p_item
->
input
,
_
(
"Track"
),
_
(
"Track Number"
),
"%d"
,
i_track
);
...
...
@@ -893,8 +891,6 @@ int CDDAAddMetaToItem( access_t *p_access, cdda_data_t *p_cdda,
}
#endif
/*HAVE_LIBCDDB*/
vlc_mutex_unlock
(
&
p_item
->
input
.
lock
);
return
VLC_SUCCESS
;
}
...
...
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