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:
9788caa
)
gcc 2.95.x fix.
author
kramm
<kramm>
Thu, 7 Oct 2004 15:46:21 +0000
(15:46 +0000)
committer
kramm
<kramm>
Thu, 7 Oct 2004 15:46:21 +0000
(15:46 +0000)
lib/h.263/swfvideo.c
patch
|
blob
|
history
diff --git
a/lib/h.263/swfvideo.c
b/lib/h.263/swfvideo.c
index
4c5983d
..
9577572
100644
(file)
--- a/
lib/h.263/swfvideo.c
+++ b/
lib/h.263/swfvideo.c
@@
-1243,11
+1243,11
@@
void swf_SetVideoStreamBlackFrame(TAG*tag, VIDEOSTREAM*s)
{
int bx, by;
int quant = 31;
+ int x,y;
s->quant = quant;
writeHeader(tag, s->width, s->height, s->frame, quant, TYPE_IFRAME);
- int x,y;
for(y=0;y<s->height;y++)
for(x=0;x<s->width;x++) {
s->current[y*s->width+x].y = 0;