avfilter/xbr: fix filter description field

pull/104/head
Clément Bœsch 10 years ago
parent 548a5f7ef6
commit 937ebb8435
  1. 2
      libavfilter/vf_xbr.c

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

Loading…
Cancel
Save