X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fpng2swf.c;fp=src%2Fpng2swf.c;h=83cc31d4155e69275be26fd6040e430bbd8ed4ca;hp=8d1c4767eec29d9ff8559b118f8bb5c54d87d73b;hb=d7367b3ec772ea163ebca6b7497639a0cb45c20c;hpb=5a4a20931aade60f0e99df0819fbd1c007a705da diff --git a/src/png2swf.c b/src/png2swf.c index 8d1c476..83cc31d 100644 --- a/src/png2swf.c +++ b/src/png2swf.c @@ -454,7 +454,7 @@ void applyfilter1(int mode, U8*src, U8*old, U8*dest, int width) } -TAG* PNG2Image(TAG*t, U16 id, char*filename, int*width, int*height) +TAG* PNG2Image(TAG*t, U16 id, char*filename, unsigned*width, unsigned*height) { char tagid[4]; U8*data;