[Swfed-svn] swfed-svn [358] swf_object_replace_tagdata のコード上の場所を移動 ( グルーピングがおかしかったので )

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 3日 (木) 00:42:36 JST


Revision: 358
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=358
Author:   yoya
Date:     2011-02-03 00:42:36 +0900 (Thu, 03 Feb 2011)

Log Message:
-----------
swf_object_replace_tagdata のコード上の場所を移動 (グルーピングがおかしかったので)

Modified Paths:
--------------
    trunk/src/swf_object.c


-------------- next part --------------
Modified: trunk/src/swf_object.c
===================================================================
--- trunk/src/swf_object.c	2010-12-31 12:59:38 UTC (rev 357)
+++ trunk/src/swf_object.c	2011-02-02 15:42:36 UTC (rev 358)
@@ -231,6 +231,13 @@
     return NULL;
 }
 
+int
+swf_object_replace_tagdata(swf_object_t *swf, int tag_seqno,
+                           unsigned char *data, unsigned long *length) {
+    fprintf(stderr, "swf_object_replace_tagdata: not impremented yet.\n");
+    return 1;
+}
+
 /* --- */
 
 swf_tag_t *
@@ -326,13 +333,6 @@
 
 /* --- */
 
-int
-swf_object_replace_tagdata(swf_object_t *swf, int tag_seqno,
-                           unsigned char *data, unsigned long *length) {
-    fprintf(stderr, "swf_object_replace_tagdata: not impremented yet.\n");
-    return 1;
-}
-
 unsigned char *
 swf_object_get_jpegdata(swf_object_t *swf, unsigned long *length, int image_id) {
     swf_tag_t *tag, *tag_jpegtables = NULL;



Swfed-svn メーリングリストの案内
Back to archive index