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
55f5d1da
Commit
55f5d1da
authored
Aug 20, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrects some metadata descriptions
parent
b7b7442d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/input/meta.c
src/input/meta.c
+3
-5
No files found.
src/input/meta.c
View file @
55f5d1da
...
...
@@ -35,23 +35,21 @@
# include <sys/stat.h>
#endif
// FIXME be sure to not touch p_meta without lock on p_item
static
const
char
*
meta_type_to_string
[
VLC_META_TYPE_COUNT
]
=
{
[
vlc_meta_Title
]
=
N_
(
"Title"
),
[
vlc_meta_Artist
]
=
N_
(
"Artist"
),
[
vlc_meta_Genre
]
=
N_
(
"Genre"
),
[
vlc_meta_Copyright
]
=
N_
(
"Copyright"
),
[
vlc_meta_Album
]
=
N_
(
"Album
/movie/show title
"
),
[
vlc_meta_TrackNumber
]
=
N_
(
"Track number
/position in set
"
),
[
vlc_meta_Album
]
=
N_
(
"Album"
),
[
vlc_meta_TrackNumber
]
=
N_
(
"Track number"
),
[
vlc_meta_Description
]
=
N_
(
"Description"
),
[
vlc_meta_Rating
]
=
N_
(
"Rating"
),
[
vlc_meta_Date
]
=
N_
(
"Date"
),
[
vlc_meta_Setting
]
=
N_
(
"Setting"
),
[
vlc_meta_URL
]
=
N_
(
"URL"
),
[
vlc_meta_Language
]
=
N_
(
"Language"
),
[
vlc_meta_NowPlaying
]
=
N_
(
"
Language
"
),
[
vlc_meta_NowPlaying
]
=
N_
(
"
Now Playing
"
),
[
vlc_meta_Publisher
]
=
N_
(
"Publisher"
),
[
vlc_meta_EncodedBy
]
=
N_
(
"Encoded by"
),
[
vlc_meta_ArtworkURL
]
=
N_
(
"Artwork URL"
),
...
...
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