svnno****@sourc*****
svnno****@sourc*****
2009年 6月 3日 (水) 21:25:47 JST
Revision: 137 http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=137 Author: yoya Date: 2009-06-03 21:25:47 +0900 (Wed, 03 Jun 2009) Log Message: ----------- swf_shape_record は length 情報無しで terminate まで続くデータ構造なので、自己参照構造体にした Modified Paths: -------------- trunk/src/swf_shape_record.h -------------- next part -------------- Modified: trunk/src/swf_shape_record.h =================================================================== --- trunk/src/swf_shape_record.h 2009-05-28 15:07:51 UTC (rev 136) +++ trunk/src/swf_shape_record.h 2009-06-03 12:25:47 UTC (rev 137) @@ -15,6 +15,7 @@ swf_shape_record_end_t shape_end; swf_shape_record_setup_t shape_setup; swf_shape_record_edge_t shape_edge; + union swf_shape_record_ *next; } swf_shape_record_t; extern int swf_shape_record_parse(bitstream_t *bs, swf_shape_record_t *color);