mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
avfilter/xbr: fix filter description field
This commit is contained in:
parent
548a5f7ef6
commit
937ebb8435
@ -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…
Reference in New Issue
Block a user