git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c20227
)
support for videoframe
author
kramm
<kramm>
Wed, 2 Apr 2003 15:01:46 +0000
(15:01 +0000)
committer
kramm
<kramm>
Wed, 2 Apr 2003 15:01:46 +0000
(15:01 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
0af2cbd
..
2519293
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-105,6
+105,7
@@
U16 swf_GetDefineID(TAG * t)
case ST_DEFINESOUND:
case ST_DEFINESPRITE:
case ST_DEFINEVIDEOSTREAM:
+ case ST_VIDEOFRAME: //pseudodefine
case ST_NAMECHARACTER: //pseudodefine
id = swf_GetU16(t);
break;
@@
-237,6
+238,7
@@
static int swf_pseudodefiningtagids[] =
ST_DEFINEBUTTONSOUND,
ST_NAMECHARACTER,
ST_DOINITACTION,
+ ST_VIDEOFRAME,
-1
};