From befb48615d5c4b90f56e52ed436fe32bea9f11a3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 19 Apr 2012 18:45:24 +0200 Subject: Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes) --- ipecamera/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipecamera') diff --git a/ipecamera/data.c b/ipecamera/data.c index efde7a1..f326abf 100644 --- a/ipecamera/data.c +++ b/ipecamera/data.c @@ -55,7 +55,7 @@ inline static int ipecamera_decode_frame(ipecamera_t *ctx, pcilib_event_id_t eve pixels = ctx->image + buf_ptr * ctx->image_size; memset(ctx->cmask + ctx->buffer_pos * ctx->dim.height, 0, ctx->dim.height * sizeof(ipecamera_change_mask_t)); - res = ufo_decoder_decode_frame(ctx->ipedec, ctx->buffer + buf_ptr * ctx->padded_size, ctx->raw_size, pixels, &tmp, &tmp, ctx->cmask + ctx->buffer_pos * ctx->dim.height); + res = ufo_decoder_decode_frame(ctx->ipedec, ctx->buffer + buf_ptr * ctx->padded_size, ctx->raw_size, pixels, &tmp, &tmp, &tmp, ctx->cmask + ctx->buffer_pos * ctx->dim.height); if (!res) { ctx->frame[buf_ptr].event.image_broken = 1; err = PCILIB_ERROR_FAILED; -- cgit v1.2.3