lavfi: add a slice threading infrastructure

Mostly based on libavcodec's
This commit is contained in:
Anton Khirnov
2013-05-11 20:41:46 +02:00
parent 2a6eaeaa85
commit 129bb23843
11 changed files with 445 additions and 1 deletions

View File

@@ -1284,6 +1284,9 @@ static void show_help_filter(const char *name)
printf("Filter %s [%s]:\n", f->name, f->description);
if (f->flags & AVFILTER_FLAG_SLICE_THREADS)
printf(" slice threading supported\n");
printf(" Inputs:\n");
count = avfilter_pad_count(f->inputs);
for (i = 0; i < count; i++) {