Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
14e4ff12
Commit
14e4ff12
authored
Jan 06, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build.
parent
617b6ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
include/vlc_meta.h
include/vlc_meta.h
+6
-7
No files found.
include/vlc_meta.h
View file @
14e4ff12
...
...
@@ -53,11 +53,10 @@ typedef enum vlc_meta_type_t
#define VLC_META_TYPE_COUNT 17
typedef
int
vlc_meta_status_e
;
#deinf ITEM_PREPARSED 1
#deinf ITEM_ARTURL_FETCHED 2
#deinf ITEM_PREPARSED 4
#deinf ITEM_PREPARSED 8
#define ITEM_PREPARSED 1
#define ITEM_ARTURL_FETCHED 2
#define ITEM_PREPARSED 4
#define ITEM_PREPARSED 8
/**
* Basic function to deal with meta
...
...
@@ -81,8 +80,8 @@ VLC_EXPORT(char **, vlc_meta_CopyExtraNames, ( const vlc_meta_t *m ));
VLC_EXPORT
(
void
,
vlc_meta_Merge
,
(
vlc_meta_t
*
dst
,
const
vlc_meta_t
*
src
));
VLC_EXPORT
(
vlc_meta_status_e
,
vlc_meta_GetStatus
,
(
vlc_meta_t
*
m
));
VLC_EXPORT
(
void
,
vlc_meta_SetStatus
,
(
vlc_meta_t
*
m
,
vlc_meta_status_e
status
));
VLC_EXPORT
(
int
,
vlc_meta_GetStatus
,
(
vlc_meta_t
*
m
));
VLC_EXPORT
(
void
,
vlc_meta_SetStatus
,
(
vlc_meta_t
*
m
,
int
status
));
/**
* Returns a localizes string describing the meta
...
...
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