summaryrefslogtreecommitdiffstats
path: root/filters/filter_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/filter_internal.h')
-rw-r--r--filters/filter_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/filters/filter_internal.h b/filters/filter_internal.h
index bd901db7d8..fe108e7470 100644
--- a/filters/filter_internal.h
+++ b/filters/filter_internal.h
@@ -119,8 +119,6 @@ struct mp_filter_info {
// automatically free'd.
// All filters in the same parent tree must be driven in the same thread (or be
// explicitly synchronized otherwise).
-// Driving the parent (or root) filter with mp_filter_run() will make sure this
-// filter is driven too, without having to resort to recursion.
struct mp_filter *mp_filter_create(struct mp_filter *parent,
const struct mp_filter_info *info);