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
ce15679f
Commit
ce15679f
authored
Aug 19, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
control/media_library.c: svn propset svn:keywords "Id".
parent
d98eefb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
src/control/media_library.c
src/control/media_library.c
+15
-1
No files found.
src/control/media_library.c
View file @
ce15679f
...
...
@@ -3,7 +3,7 @@
* Create a tree of the 'tags' of a media_list's media_descriptors.
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id
: media_library.c 21094 2007-08-15 04:53:01Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
@@ -136,3 +136,17 @@ libvlc_media_library_media_list( libvlc_media_library_t * p_mlib,
libvlc_media_list_retain
(
p_mlib
->
p_mlist
);
return
p_mlib
->
p_mlist
;
}
/**************************************************************************
* media_list (Public)
**************************************************************************/
libvlc_media_list_t
*
libvlc_media_library_media_list
(
libvlc_media_library_t
*
p_mlib
,
libvlc_exception_t
*
p_e
)
{
(
void
)
p_e
;
if
(
p_mlib
->
p_mlist
)
libvlc_media_list_retain
(
p_mlib
->
p_mlist
);
return
p_mlib
->
p_mlist
;
}
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