Do not print sampleCount and seekSamples.

This commit is contained in:
Jindra Petřík
2022-12-26 23:26:21 +01:00
parent a940ea1c6f
commit 047ef148ce

View File

@@ -5036,7 +5036,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
showDetail(DETAILCARDEMPTYPANEL);
}
if (treeItem instanceof SoundStreamBlockTag) {
/*if (treeItem instanceof SoundStreamBlockTag) {
SoundStreamBlockTag block = (SoundStreamBlockTag)treeItem;
byte[] data = block.streamSoundData.getRangeData();
try{
@@ -5049,7 +5049,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}catch(Exception ex){
}
}
}*/
if (treeItem instanceof HeaderItem) {
headerPanel.load((SWF) ((HeaderItem) treeItem).getOpenable());
showCard(CARDHEADER);