Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4962f702
Commit
4962f702
authored
Jun 11, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Meta: add a tracktotal value
parent
04cfd51a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
include/vlc_input_item.h
include/vlc_input_item.h
+1
-0
include/vlc_meta.h
include/vlc_meta.h
+3
-2
No files found.
include/vlc_input_item.h
View file @
4962f702
...
...
@@ -227,6 +227,7 @@ INPUT_META(Publisher)
INPUT_META
(
EncodedBy
)
INPUT_META
(
ArtworkURL
)
INPUT_META
(
TrackID
)
INPUT_META
(
TrackTotal
)
#define input_item_SetTrackNum input_item_SetTrackNumber
#define input_item_GetTrackNum input_item_GetTrackNumber
...
...
include/vlc_meta.h
View file @
4962f702
...
...
@@ -48,10 +48,11 @@ typedef enum vlc_meta_type_t
vlc_meta_Publisher
,
vlc_meta_EncodedBy
,
vlc_meta_ArtworkURL
,
vlc_meta_TrackID
vlc_meta_TrackID
,
vlc_meta_TrackTotal
}
vlc_meta_type_t
;
#define VLC_META_TYPE_COUNT 1
7
#define VLC_META_TYPE_COUNT 1
8
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
...
...
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