X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fcombine.c;h=9530bb73949d12bff2666114ed873f3891704d85;hb=a95a710319a8cc07d0a9c0c4e1917c754ac70271;hp=727f858d3bfb600d5c906b27e8719167eec38851;hpb=efe9cc12012cb4711840cbb7aa053dd28bd2ebff;p=swftools.git diff --git a/src/combine.c b/src/combine.c index 727f858..9530bb7 100644 --- a/src/combine.c +++ b/src/combine.c @@ -157,8 +157,15 @@ void write_sprite_defines(struct writer_t*w) * Anyway we can't throw it out, so we just pass it * through. */ + writer_write(w, tag->fulldata, tag->fulllength); break; } + case TAGID_JPEGTABLES: + /* according to the flash specs, there may only + be one JPEGTABLES tag per swf. This is maybe + a big FIXME */ + writer_write(w, tag->fulldata, tag->fulllength); + break; case TAGID_EXPORTASSETS: logf(" deliberately ignoring EXPORTASSETS tag"); break;