From: yoya Date: Wed, 6 Oct 2010 17:30:23 +0000 (+0000) Subject: DefineShape と DefineShape2 の処理を有効にした X-Git-Tag: v0_60~530 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6cd883735a0987f506d62e9a0b030dd20e77dce3;p=swfed%2Fswfed.git DefineShape と DefineShape2 の処理を有効にした git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@224 7c90b180-03d5-4157-b861-58a559ae9d1e --- diff --git a/src/swf_tag.c b/src/swf_tag.c index a070a42..3185601 100644 --- a/src/swf_tag.c +++ b/src/swf_tag.c @@ -20,8 +20,7 @@ swf_tag_info_t swf_tag_info_table[] = { { 0, "End", NULL }, { 1, "ShowFrame", NULL }, - // { 2, "DefineShape", swf_tag_shape_detail_handler }, - { 2, "DefineShape", NULL }, + { 2, "DefineShape", swf_tag_shape_detail_handler }, { 3, "FreeCharacter", NULL}, { 4, "PlaceObject", NULL}, { 5, "RemoveObject", NULL}, @@ -41,8 +40,7 @@ swf_tag_info_t swf_tag_info_table[] = { { 19, "SoundStreamBlock", NULL }, { 20, "DefineBitsLossless", swf_tag_lossless_detail_handler }, { 21, "DefineBitsJPEG2", swf_tag_jpeg_detail_handler }, - // { 22, "DefineShape2", swf_tag_shape_detail_handler }, - { 22, "DefineShape2", NULL }, + { 22, "DefineShape2", swf_tag_shape_detail_handler }, { 26, "PlaceObject2", NULL }, { 28, "RemoveObject2", NULL }, // { 32, "DefineShape3", swf_tag_shape_detail_handler },