mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 14:30:27 +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