summaryrefslogtreecommitdiff
path: root/libavfilter/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/thread.h')
-rw-r--r--libavfilter/thread.h2
1 files changed, 0 insertions, 2 deletions
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);