X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fh.263%2Fswfvideo.c;fp=lib%2Fh.263%2Fswfvideo.c;h=2ca6bdeefe4d9ea269ce5d19b9fa824c7b3b8503;hp=ae31564cd0a72943fcb184f65bbe977c62cf8bef;hb=5a4a20931aade60f0e99df0819fbd1c007a705da;hpb=3583bb178b85790e8459da31ef69f852e3d8c05f diff --git a/lib/h.263/swfvideo.c b/lib/h.263/swfvideo.c index ae31564..2ca6bde 100644 --- a/lib/h.263/swfvideo.c +++ b/lib/h.263/swfvideo.c @@ -1514,8 +1514,8 @@ int main(int argn, char*argv[]) TAG * tag; RGBA* pic, *pic2, rgb; SWFPLACEOBJECT obj; - int width = 0; - int height = 0; + unsigned width = 0; + unsigned height = 0; int frames = 10; int framerate = 29; unsigned char*data;