summaryrefslogtreecommitdiffstats
path: root/video/filter/refqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/refqueue.h')
-rw-r--r--video/filter/refqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/refqueue.h b/video/filter/refqueue.h
index 62c0d4fecb..ef23bee906 100644
--- a/video/filter/refqueue.h
+++ b/video/filter/refqueue.h
@@ -30,6 +30,7 @@ bool mp_refqueue_should_deint(struct mp_refqueue *q);
bool mp_refqueue_is_interlaced(struct mp_refqueue *q);
bool mp_refqueue_is_top_field(struct mp_refqueue *q);
bool mp_refqueue_top_field_first(struct mp_refqueue *q);
+bool mp_refqueue_is_second_field(struct mp_refqueue *q);
struct mp_image *mp_refqueue_get_field(struct mp_refqueue *q, int pos);
#endif