diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-08-08 16:28:41 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-09-28 08:06:19 +0200 |
commit | 0767bfd1994c4bf22e167ffadb8f823a950aad18 (patch) | |
tree | bdbf92d10ec581bb324cd245dcfc6e888dcaa12c /libavfilter/thread.h | |
parent | 38e15df1489d86c016515223ee693e7d0326c56a (diff) | |
download | ffmpeg-0767bfd1994c4bf22e167ffadb8f823a950aad18.tar.gz |
lavfi: allow user-provided execute() callbacks
Diffstat (limited to 'libavfilter/thread.h')
-rw-r--r-- | libavfilter/thread.h | 2 |
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); |