mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Added last level 1 element to the known seek IDs.
This commit is contained in:
parent
9c6efe1224
commit
b517a8376f
@ -1263,6 +1263,8 @@ bool process_file(const char *file_name) {
|
||||
"KaxChapters" :
|
||||
(id == KaxTags::ClassInfos.GlobalId) ?
|
||||
"KaxTags" :
|
||||
(id == KaxSeekHead::ClassInfos.GlobalId) ?
|
||||
"KaxSeekHead" :
|
||||
"unknown");
|
||||
|
||||
} else if (is_id(l3, KaxSeekPosition)) {
|
||||
|
Loading…
Reference in New Issue
Block a user