Browse code

avfilter/xbr: fix filter description field

Clément Bœsch authored on 2014/11/10 14:32:27
Showing 1 changed files
... ...
@@ -749,7 +749,7 @@ static const AVFilterPad xbr_outputs[] = {
749 749
 
750 750
 AVFilter ff_vf_xbr = {
751 751
     .name          = "xbr",
752
-    .description   = NULL_IF_CONFIG_SMALL("Scale the input by 2 using xbr algorithm."),
752
+    .description   = NULL_IF_CONFIG_SMALL("Scale the input using xBR algorithm."),
753 753
     .inputs        = xbr_inputs,
754 754
     .outputs       = xbr_outputs,
755 755
     .query_formats = query_formats,