avfilter/xbr: fix filter description field

This commit is contained in:
Clément Bœsch 2014-11-10 06:32:27 +01:00
parent 548a5f7ef6
commit 937ebb8435

View File

@ -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,