summaryrefslogtreecommitdiffstats
path: root/filters/filter_internal.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-08 19:37:20 +0100
committerwm4 <wm4@nowhere>2020-03-08 19:38:10 +0100
commit3b4641a5a92b5a7926053b923e9da686c88e90df (patch)
tree582f0600e4493d812e1b1aa45efb4a8c8affdc2f /filters/filter_internal.h
parent048334c396f5fed17d3b608af0495cdf95c38499 (diff)
downloadmpv-3b4641a5a92b5a7926053b923e9da686c88e90df.tar.bz2
mpv-3b4641a5a92b5a7926053b923e9da686c88e90df.tar.xz
filter: minor cosmetic naming issue
Just putting some more lipstick on the pig, maybe it looks a bit nicer now.
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);