mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/spp: fix description.
This commit is contained in:
parent
6fe419bf73
commit
147adf2c4f
|
@ -424,7 +424,7 @@ static const AVFilterPad spp_outputs[] = {
|
||||||
|
|
||||||
AVFilter avfilter_vf_spp = {
|
AVFilter avfilter_vf_spp = {
|
||||||
.name = "spp",
|
.name = "spp",
|
||||||
.description = NULL_IF_CONFIG_SMALL("XXX"),
|
.description = NULL_IF_CONFIG_SMALL("Apply a simple post processing filter."),
|
||||||
.priv_size = sizeof(SPPContext),
|
.priv_size = sizeof(SPPContext),
|
||||||
.init = init,
|
.init = init,
|
||||||
.uninit = uninit,
|
.uninit = uninit,
|
||||||
|
|
Loading…
Reference in New Issue