Commit 147adf2c authored by Clément Bœsch's avatar Clément Bœsch

lavfi/spp: fix description.

parent 6fe419bf
......@@ -424,7 +424,7 @@ static const AVFilterPad spp_outputs[] = {
AVFilter avfilter_vf_spp = {
.name = "spp",
.description = NULL_IF_CONFIG_SMALL("XXX"),
.description = NULL_IF_CONFIG_SMALL("Apply a simple post processing filter."),
.priv_size = sizeof(SPPContext),
.init = init,
.uninit = uninit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment