[gegl/video-rejuvenation: 12/83] ff-load: be explicit about extent set
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/video-rejuvenation: 12/83] ff-load: be explicit about extent set
- Date: Thu, 19 Nov 2015 21:43:20 +0000 (UTC)
commit 11800b90fea7bfa0b214f585cc9f164cd12f228c
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Oct 8 14:44:42 2015 +0200
ff-load: be explicit about extent set
operations/external/ff-load.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index 1e9f50a..34876bd 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -572,7 +572,10 @@ process (GeglOperation *operation,
ysrc ++;
}
}
- gegl_buffer_set (output, NULL, 0, NULL, buf, GEGL_AUTO_ROWSTRIDE);
+ {
+ GeglRectangle extent = {0,0,p->width,p->height};
+ gegl_buffer_set (output, &extent, 0, NULL, buf, GEGL_AUTO_ROWSTRIDE);
+ }
g_free (buf);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]