Commit 57d06767 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: fix meta regression

parent a685fdeb
......@@ -371,7 +371,8 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
*****************************************************************************/
void matroska_segment_c::InformationCreate( )
{
sys.meta = vlc_meta_New();
if( !sys.meta )
sys.meta = vlc_meta_New();
if( psz_title )
{
......
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