Commit 937ebb84 authored by Clément Bœsch's avatar Clément Bœsch

avfilter/xbr: fix filter description field

parent 548a5f7e
......@@ -749,7 +749,7 @@ static const AVFilterPad xbr_outputs[] = {
AVFilter ff_vf_xbr = {
.name = "xbr",
.description = NULL_IF_CONFIG_SMALL("Scale the input by 2 using xbr algorithm."),
.description = NULL_IF_CONFIG_SMALL("Scale the input using xBR algorithm."),
.inputs = xbr_inputs,
.outputs = xbr_outputs,
.query_formats = query_formats,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment