[gegl] ops: update ff-load to new API



commit c3b792691d15b139df9ef45d442c755d2f49a39c
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sun Mar 25 20:04:51 2012 +0100

    ops: update ff-load to new API

 operations/external/ff-load.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index ce907e4..15f7327 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -415,7 +415,7 @@ process (GeglOperation       *operation,
                 }
               }
           }
-        gegl_buffer_set (output, NULL, NULL, buf, GEGL_AUTO_ROWSTRIDE);
+        gegl_buffer_set (output, NULL, 0, NULL, buf, GEGL_AUTO_ROWSTRIDE);
         g_free (buf);
       }
   }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]