[gegl] workshop: remove kuwhara-min and kuwahara-max



commit 798e662ececf79f2b03d5d98eab19335c8ffcc19
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Tue Mar 27 00:24:22 2012 +0100

    workshop: remove kuwhara-min and kuwahara-max
    
    Buggy and unlikely to be very useful.

 operations/workshop/external/ff-save.c |    2 +-
 operations/workshop/kuwahara-max.c     |  245 --------------------------------
 operations/workshop/kuwahara-min.c     |  245 --------------------------------
 3 files changed, 1 insertions(+), 491 deletions(-)
---
diff --git a/operations/workshop/external/ff-save.c b/operations/workshop/external/ff-save.c
index 66d0a20..d550c45 100644
--- a/operations/workshop/external/ff-save.c
+++ b/operations/workshop/external/ff-save.c
@@ -746,7 +746,7 @@ tfile (GeglChantO *self)
                "");
       p->fmt = av_guess_format ("mpeg", NULL, NULL);
     }
-  p->oc = av_alloc_format_context ();/*g_malloc (sizeof (AVFormatContext));*/
+  p->oc = avformat_alloc_context ();/*g_malloc (sizeof (AVFormatContext));*/
   if (!p->oc)
     {
       fprintf (stderr, "memory error\n%s", "");



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