X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fh.263%2Fswfvideo.c;h=1b075ffda1e50c56c36853bcb5f9534ab15d4f17;hb=6c3ab5574d31504d24710c2756899d49275c1a37;hp=678d5789d87e4ba2937bdc0194e362316d2da575;hpb=8526dcf3a698c688e2cc4430ae106b5ecf70677f;p=swftools.git diff --git a/lib/h.263/swfvideo.c b/lib/h.263/swfvideo.c index 678d578..1b075ff 100644 --- a/lib/h.263/swfvideo.c +++ b/lib/h.263/swfvideo.c @@ -1393,7 +1393,7 @@ void test_copy_diff() VIDEOSTREAM stream; VIDEOSTREAM* s = &stream; TAG*tag; - RGBA*pic = rfx_alloc(256*256*sizeof(RGBA)); + RGBA*pic = (RGBA*)rfx_alloc(256*256*sizeof(RGBA)); block_t fb; int x,y; int bx,by;