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
f78dac58
Commit
f78dac58
authored
Jul 10, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lua: kill some relocs, pack
parent
6e5c4065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/lua/libs/input.c
modules/lua/libs/input.c
+2
-2
No files found.
modules/lua/libs/input.c
View file @
f78dac58
...
@@ -321,8 +321,8 @@ static int vlclua_input_item_set_meta( lua_State *L )
...
@@ -321,8 +321,8 @@ static int vlclua_input_item_set_meta( lua_State *L )
#define META_TYPE( n, s ) { s, vlc_meta_ ## n },
#define META_TYPE( n, s ) { s, vlc_meta_ ## n },
static
const
struct
static
const
struct
{
{
const
char
*
psz_name
;
const
char
psz_name
[
15
]
;
vlc_meta_type_t
type
;
unsigned
char
type
;
}
pp_meta_types
[]
=
{
}
pp_meta_types
[]
=
{
META_TYPE
(
Title
,
"title"
)
META_TYPE
(
Title
,
"title"
)
META_TYPE
(
Artist
,
"artist"
)
META_TYPE
(
Artist
,
"artist"
)
...
...
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