From 6cd883735a0987f506d62e9a0b030dd20e77dce3 Mon Sep 17 00:00:00 2001 From: yoya Date: Wed, 6 Oct 2010 17:30:23 +0000 Subject: [PATCH] =?utf8?q?DefineShape=20=E3=81=A8=20DefineShape2=20?= =?utf8?q?=E3=81=AE=E5=87=A6=E7=90=86=E3=82=92=E6=9C=89=E5=8A=B9=E3=81=AB?= =?utf8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@224 7c90b180-03d5-4157-b861-58a559ae9d1e --- src/swf_tag.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 }, -- 2.11.0