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:
d71ba28
)
commented out debug code.
author
kramm
<kramm>
Mon, 6 Sep 2004 10:49:24 +0000
(10:49 +0000)
committer
kramm
<kramm>
Mon, 6 Sep 2004 10:49:24 +0000
(10:49 +0000)
lib/python/tags.c
patch
|
blob
|
history
diff --git
a/lib/python/tags.c
b/lib/python/tags.c
index
7235e1e
..
2927243
100644
(file)
--- a/
lib/python/tags.c
+++ b/
lib/python/tags.c
@@
-721,8
+721,7
@@
static PyObject* videostream_addFrame(PyObject*self, PyObject*args, PyObject*kwa
if(!pic)
return 0;
-
-{ int f,j=0,i=0,rr,gg,bb;
+/*{ int f,j=0,i=0,rr,gg,bb;
FILE *o;
RGBA*it = pic;
char*filename="test.ppm";
@@
-739,7
+738,7
@@
static PyObject* videostream_addFrame(PyObject*self, PyObject*args, PyObject*kwa
j++;
}
fclose(o);
-}
+}*/
TAG* t = swf_InsertTag(0, ST_VIDEOFRAME);
if((type && (type[0]=='I' || type[0]=='i')) || (type==0 && fi->lastiframe+64 < fi->stream->frame)) {