git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f20af
)
removed fillup to 64 bytes- definebitslossless are always written as
author
kramm
<kramm>
Mon, 31 May 2004 21:26:09 +0000
(21:26 +0000)
committer
kramm
<kramm>
Mon, 31 May 2004 21:26:09 +0000
(21:26 +0000)
long tags now.
src/png2swf.c
patch
|
blob
|
history
diff --git
a/src/png2swf.c
b/src/png2swf.c
index
6e04212
..
6d4fd77
100644
(file)
--- a/
src/png2swf.c
+++ b/
src/png2swf.c
@@
-674,10
+674,6
@@
TAG *MovieAddFrame(SWF * swf, TAG * t, char *sname, int id)
free(data2);
}
- while(t->len < 64) {
- swf_SetU8(t, 0); //fix for flash player bug- see ../lib/modules/swfbits.c
- }
-
t = swf_InsertTag(t, ST_DEFINESHAPE3);
swf_ShapeNew(&s);