mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 19:29:50 +00:00
define bits fix
This commit is contained in:
@@ -101,7 +101,7 @@ public class DefineBitsTag extends ImageTag implements TagChangedListener {
|
||||
byte[] jttdata = swf.getJtt().jpegData;
|
||||
if (jttdata.length != 0) {
|
||||
int jttErrorLength = hasErrorHeader(jttdata) ? 4 : 0;
|
||||
baos.write(jttdata, jttErrorLength, jttdata.length - jttErrorLength - 2);
|
||||
baos.write(jttdata, jttErrorLength, jttdata.length - jttErrorLength);
|
||||
}
|
||||
|
||||
int errorLength = hasErrorHeader(jpegData) ? 4 : 0;
|
||||
|
||||
Reference in New Issue
Block a user