summaryrefslogtreecommitdiffstats
path: root/filters/f_auto_filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/f_auto_filters.h')
-rw-r--r--filters/f_auto_filters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/filters/f_auto_filters.h b/filters/f_auto_filters.h
index 5f1a99f636..98043c9301 100644
--- a/filters/f_auto_filters.h
+++ b/filters/f_auto_filters.h
@@ -8,3 +8,6 @@ struct mp_filter *mp_deint_create(struct mp_filter *parent);
// Rotate according to mp_image.rotate and VO capabilities.
struct mp_filter *mp_autorotate_create(struct mp_filter *parent);
+
+// Insert a filter that inserts scaletempo depending on speed settings.
+struct mp_filter *mp_autoaspeed_create(struct mp_filter *parent);