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:
96d6524
)
removed a printf.
author
kramm
<kramm>
Mon, 27 May 2002 21:31:20 +0000
(21:31 +0000)
committer
kramm
<kramm>
Mon, 27 May 2002 21:31:20 +0000
(21:31 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
52f64ff
..
0552bc5
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-1496,7
+1496,6
@@
int swfoutput_drawimagelossless256(struct swfoutput*obj, U8*mem, RGBA*pal, int s
if(sizex&3)
{
/* SWF expects scanlines to be 4 byte aligned */
- printf("%d -> %d\n", sizex, BYTES_PER_SCANLINE(sizex));
int x,y;
U8*ptr;
mem2 = (U8*)malloc(BYTES_PER_SCANLINE(sizex)*sizey);