From 0767bfd1994c4bf22e167ffadb8f823a950aad18 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 8 Aug 2013 16:28:41 +0200 Subject: lavfi: allow user-provided execute() callbacks --- libavfilter/thread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/thread.h') diff --git a/libavfilter/thread.h b/libavfilter/thread.h index 49134d948a..1cfea3e7ba 100644 --- a/libavfilter/thread.h +++ b/libavfilter/thread.h @@ -22,8 +22,6 @@ #include "avfilter.h" -typedef int (action_func)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); - int ff_graph_thread_init(AVFilterGraph *graph); void ff_graph_thread_free(AVFilterGraph *graph); -- cgit v1.2.3