gegl r2080 - in trunk: . operations/io operations/workshop



Author: ok
Date: Thu Feb 21 15:47:05 2008
New Revision: 2080
URL: http://svn.gnome.org/viewvc/gegl?rev=2080&view=rev

Log:
* operations/workshop/ff-save.c: (process):
* operations/io/ff-load.c: (prepare), (process): tweaked ops with
with some hacky changes that at least make them interact with ffmpeg.


Modified:
   trunk/ChangeLog
   trunk/operations/io/ff-load.c
   trunk/operations/workshop/ff-save.c

Modified: trunk/operations/io/ff-load.c
==============================================================================
--- trunk/operations/io/ff-load.c	(original)
+++ trunk/operations/io/ff-load.c	Thu Feb 21 15:47:05 2008
@@ -17,7 +17,7 @@
  */
 #ifdef GEGL_CHANT_PROPERTIES
 
-gegl_chant_path (path, "File", "/home/pippin/ed.avi", "Path of file to load.")
+gegl_chant_path (path, "File", "", "Path of file to load.")
 gegl_chant_int (frame, "Frame", 0, 1000000, 0, "frame number")
 
 #else

Modified: trunk/operations/workshop/ff-save.c
==============================================================================
--- trunk/operations/workshop/ff-save.c	(original)
+++ trunk/operations/workshop/ff-save.c	Thu Feb 21 15:47:05 2008
@@ -783,6 +783,7 @@
 
   if (p == NULL)
     init (o);
+  p = (Priv*)o->chant_data;
 
   p->width = result->width;
   p->height = result->height;



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