ffmpeg: parameters for filter thread counts

Enables specifying how many threads are available to each filtergraph.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
DeHackEd
2016-10-30 09:25:39 -04:00
committed by Michael Niedermayer
parent b54fd42d7d
commit 6d50dff816
4 changed files with 24 additions and 0 deletions

View File

@@ -581,6 +581,9 @@ extern AVIOContext *progress_avio;
extern float max_error_rate;
extern char *videotoolbox_pixfmt;
extern int filter_nbthreads;
extern int filter_complex_nbthreads;
extern const AVIOInterruptCB int_cb;
extern const OptionDef options[];