Commit 619c680
committed
mkv (ebml): Fix testing if the next element is a direct child of an ancestor.
When the parent element of the current element has an unknown size,
the parent element ends if the next element is a direct child of any
ancestor of the parent. This test, performed for each ancestor, requires
the depth of the ancestor's child elements, and the ancestor's element ID.
The pre-existing test passed the depth of the ancestor and not the depth
of its children resulting in this test never passing.
Fixes #541.1 parent 5816cb3 commit 619c680
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
0 commit comments