#858: allow to set compression in header edit panel

This commit is contained in:
honfika@gmail.com
2015-05-31 14:05:22 +02:00
parent f52170e664
commit c490342751
4 changed files with 98 additions and 5 deletions

View File

@@ -642,7 +642,7 @@ public final class SWF implements SWFContainerItem, Timelined {
}
private String getHeaderBytes(SWFCompression compression, boolean gfx) {
if (compression == SWFCompression.LZMA_ABC) {
if (compression == SWFCompression.LZMA_ABC || true) {
return "ABC";
}