Commit c2773039 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: debug extra metadata too

parent 57d06767
......@@ -285,6 +285,7 @@ void matroska_segment_c::ParseSimpleTags( KaxTagSimple *tag )
goto done;
}
}
msg_Dbg( &sys.demuxer, "| | + %s: %s", k, v);
vlc_meta_AddExtra( sys.meta, k, v );
done:
free( k );
......
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