gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11640: DEFINEBINARYDATA and DEFINEB


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11640: DEFINEBINARYDATA and DEFINEBITSJPEG4 tag enums added (NOTE: the former is used by SWF10 youtube player)
Date: Sat, 21 Nov 2009 19:36:19 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11640
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2009-11-21 19:36:19 +0100
message:
  DEFINEBINARYDATA and DEFINEBITSJPEG4 tag enums added (NOTE: the former is 
used by SWF10 youtube player)
modified:
  libcore/swf/SWF.h
=== modified file 'libcore/swf/SWF.h'
--- a/libcore/swf/SWF.h 2009-11-16 11:16:48 +0000
+++ b/libcore/swf/SWF.h 2009-11-21 18:36:19 +0000
@@ -171,10 +171,17 @@
 
     DEFINESCENEANDFRAMELABELDATA = 86,
 
+    /// http://www.m2osw.com/en/swf_alexref.html#tag_definebinarydata
+    DEFINEBINARYDATA      = 87,
+
+    /// http://www.m2osw.com/en/swf_alexref.html#tag_definefontname
     DEFINEFONTNAME        = 88,        
 
     STARTSOUND2           = 89,
 
+    /// (SWF10) http://www.m2osw.com/en/swf_alexref.html#tag_definebitsjpeg4
+    DEFINEBITSJPEG4       = 90,
+
     REFLEX                = 777,
 
     DEFINEBITSPTR         = 1023


reply via email to

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