gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server swf.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server swf.h
Date: Fri, 22 Feb 2008 16:45:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/22 16:45:17

Modified files:
        server         : swf.h 

Log message:
        Add alexis swf reference urls for SOUNDSTREAM and SOUNDSTREAM2 tags

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.44&r2=1.45

Patches:
Index: swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- swf.h       21 Jan 2008 20:55:52 -0000      1.44
+++ swf.h       22 Feb 2008 16:45:17 -0000      1.45
@@ -48,7 +48,11 @@
 
     STOPSOUND             = 16, // SWF 9
     DEFINEBUTTONSOUND     = 17,
+
+    /// SWF2
+    /// See http://sswf.sourceforge.net/SWFalexref.html#tag_soundstreamhead
     SOUNDSTREAMHEAD       = 18,
+
     SOUNDSTREAMBLOCK      = 19,
     DEFINELOSSLESS        = 20,
     DEFINEBITSJPEG2       = 21,
@@ -76,7 +80,11 @@
     DEFINETEXTFORMAT     = 42,
     FRAMELABEL            = 43,
     DEFINEBEHAVIOR        = 44, // SWF 9
+
+    /// SWF3
+    /// See http://sswf.sourceforge.net/SWFalexref.html#tag_soundstreamhead2
     SOUNDSTREAMHEAD2      = 45,
+
     DEFINEMORPHSHAPE      = 46,
     FRAMETAG             = 47,
     DEFINEFONT2           = 48,




reply via email to

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