summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xbr.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-11-10 06:32:27 +0100
committerClément Bœsch <u@pkh.me>2014-11-10 06:32:27 +0100
commit937ebb84357917c3a6af31465fe29c7a4ca25031 (patch)
tree82cadb8299f0c8f99ff9e0cd5be4bcb7c1de48cd /libavfilter/vf_xbr.c
parent548a5f7ef6193a17e13e4b3db0f5879421d40c8c (diff)
downloadffmpeg-937ebb84357917c3a6af31465fe29c7a4ca25031.tar.gz
avfilter/xbr: fix filter description field
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 52ce118d8a..d8945c3beb 100644
--- a/libavfilter/vf_xbr.c
+++ b/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,