Output frames in simple blocks at the correct level

This commit is contained in:
Moritz Bunkus 2010-05-24 00:45:33 +02:00
parent de47f3ff21
commit c78be5c1d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-24 Moritz Bunkus <moritz@bunkus.org>
* mkvinfo GUI: bug fix: Frames for simple blocks were shown at the
wrong place in the element tree.
2010-05-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge, mkvextract: Fixed handling of clusters with an unknown

View File

@ -1631,7 +1631,7 @@ def_handle2(simple_block,
if (s_show_hexdump)
hex = create_hexdump(data.Buffer(), data.Size());
show_element(NULL, 4, BF_SIMPLE_BLOCK_FRAME % data.Size() % adler_str % hex);
show_element(NULL, 3, BF_SIMPLE_BLOCK_FRAME % data.Size() % adler_str % hex);
frame_sizes.push_back(data.Size());
frame_adlers.push_back(adler);