[FFmpeg-cvslog] avfilter/xbr: fix filter description field
Clément Bœsch
git at videolan.org
Mon Nov 10 06:33:15 CET 2014
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Nov 10 06:32:27 2014 +0100| [937ebb84357917c3a6af31465fe29c7a4ca25031] | committer: Clément Bœsch
avfilter/xbr: fix filter description field
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=937ebb84357917c3a6af31465fe29c7a4ca25031
---
libavfilter/vf_xbr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 52ce118..d8945c3 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,
More information about the ffmpeg-cvslog
mailing list