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:
f4a0a3a
)
fixed compile bug.
author
kramm
<kramm>
Sun, 4 May 2003 16:29:23 +0000
(16:29 +0000)
committer
kramm
<kramm>
Sun, 4 May 2003 16:29:23 +0000
(16:29 +0000)
lib/h.263/swfvideo.c
patch
|
blob
|
history
diff --git
a/lib/h.263/swfvideo.c
b/lib/h.263/swfvideo.c
index
94b3d25
..
679d0b4
100644
(file)
--- a/
lib/h.263/swfvideo.c
+++ b/
lib/h.263/swfvideo.c
@@
-38,8
+38,9
@@
void swf_SetVideoStreamDefine(TAG*tag, VIDEOSTREAM*stream, U16 frames, U16 width
swf_SetU8(tag, 0); /* smoothing off */
swf_SetU8(tag, 2); /* codec = h.263 sorenson spark */
+#ifdef MAIN
totalframes = frames;
-
+#endif
memset(stream, 0, sizeof(VIDEOSTREAM));
stream->olinex = width;
width+=15;width&=~15;