Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-08-08 18:28:41 +0400
committerAnton Khirnov <anton@khirnov.net>2013-09-28 10:06:19 +0400
commit0767bfd1994c4bf22e167ffadb8f823a950aad18 (patch)
treebdbf92d10ec581bb324cd245dcfc6e888dcaa12c /libavfilter/thread.h
parent38e15df1489d86c016515223ee693e7d0326c56a (diff)
lavfi: allow user-provided execute() callbacks
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);