Commit af0e8e14 authored by Yoann Peronneau's avatar Yoann Peronneau

* xspf.c: add XSPF annotation element as description

parent 4fc9bd19
......@@ -635,6 +635,10 @@ static vlc_bool_t set_item_info SIMPLE_INTERFACE
long i_num = atol( psz_value );
p_input->i_duration = i_num*1000;
}
else if( !strcmp( psz_name, "annotation" ) )
{
vlc_meta_SetDescription( p_input->p_meta, psz_value );
}
return VLC_TRUE;
}
......
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