OSDN Git Service

DefineShape と DefineShape2 の処理を有効にした
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Wed, 6 Oct 2010 17:30:23 +0000 (17:30 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Wed, 6 Oct 2010 17:30:23 +0000 (17:30 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@224 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_tag.c

index a070a42..3185601 100644 (file)
@@ -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 },