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

MKV: fix meta regression

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