gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libamf amf.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/libamf amf.h
Date: Sat, 17 Mar 2007 14:14:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/03/17 14:14:36

Modified files:
        libamf         : amf.h 

Log message:
        rename size -> head_size & total_size to avoid conflicts

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/amf.h?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: amf.h
===================================================================
RCS file: /sources/gnash/gnash/libamf/amf.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- amf.h       17 Mar 2007 11:28:55 -0000      1.15
+++ amf.h       17 Mar 2007 14:14:36 -0000      1.16
@@ -200,7 +200,7 @@
     void *encodeVariable(std::string &name, std::string &val);
     void *encodeVariable(const char *name, const char *val);
 
-    void *encodeRTMPHeader(int amf_index, amf_headersize_e size, int headsize,
+    void *encodeRTMPHeader(int amf_index, amf_headersize_e head_size, int 
total_size,
                            content_types_e type, amfsource_e routing);
 //    amfhead_t *encodeHeader(amfutf8_t *name, bool required, int nbytes, void 
*data);
 //     amfbody_t *encodeBody(amfutf8_t *target, amfutf8_t *response, int 
nbytes, void *data);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]