summaryrefslogtreecommitdiffstats
path: root/filters/f_auto_filters.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-01-21 21:37:49 -0600
committerDudemanguy <random342@airmail.cc>2024-02-07 14:50:09 +0000
commit003fb15cbb21d86186ab3fb5448ff8c908e1e0dd (patch)
tree4922ee5f0b838ffc3d75293fc3712b7098827afa /filters/f_auto_filters.h
parent8dbbc2ad82d6ebfa986db4726e2e5006b7cb0a9d (diff)
downloadmpv-003fb15cbb21d86186ab3fb5448ff8c908e1e0dd.tar.bz2
mpv-003fb15cbb21d86186ab3fb5448ff8c908e1e0dd.tar.xz
player/command: add deinterlace-active property
Diffstat (limited to 'filters/f_auto_filters.h')
-rw-r--r--filters/f_auto_filters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filters/f_auto_filters.h b/filters/f_auto_filters.h
index f315084158..f926f6e449 100644
--- a/filters/f_auto_filters.h
+++ b/filters/f_auto_filters.h
@@ -11,3 +11,5 @@ struct mp_filter *mp_autorotate_create(struct mp_filter *parent);
// Insert a filter that inserts scaletempo2 depending on speed settings.
struct mp_filter *mp_autoaspeed_create(struct mp_filter *parent);
+
+bool mp_deint_active(struct mp_filter *parent);