Issue #200 Fixed DefineBitsLossless replacing

proxy translation fix
This commit is contained in:
Jindra Petk
2013-07-08 19:28:32 +02:00
parent 482bca902c
commit 5ed314d0eb
6 changed files with 10 additions and 6 deletions

View File

@@ -1658,7 +1658,7 @@ public class SWFOutputStream extends OutputStream {
* @throws IOException
*/
public void writePIX24(PIX24 value) throws IOException {
writeUI8(0);
writeUI8(value.reserved);
writeUI8(value.red);
writeUI8(value.green);
writeUI8(value.blue);