summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deinterlace_qsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_deinterlace_qsv.c')
-rw-r--r--libavfilter/vf_deinterlace_qsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deinterlace_qsv.c b/libavfilter/vf_deinterlace_qsv.c
index 173c314bb8..c30e1e7fc2 100644
--- a/libavfilter/vf_deinterlace_qsv.c
+++ b/libavfilter/vf_deinterlace_qsv.c
@@ -598,13 +598,13 @@ const AVFilter ff_vf_deinterlace_qsv = {
.description = NULL_IF_CONFIG_SMALL("QuickSync video deinterlacing"),
.uninit = qsvdeint_uninit,
- .query_formats = qsvdeint_query_formats,
.priv_size = sizeof(QSVDeintContext),
.priv_class = &qsvdeint_class,
FILTER_INPUTS(qsvdeint_inputs),
FILTER_OUTPUTS(qsvdeint_outputs),
+ FILTER_QUERY_FUNC(qsvdeint_query_formats),
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};