Commit f78dac58 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Lua: kill some relocs, pack

parent 6e5c4065
...@@ -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" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment