lavfi/spp: fix description.

This commit is contained in:
Clément Bœsch 2013-06-14 06:53:45 +02:00
parent 6fe419bf73
commit 147adf2c4f
1 changed files with 1 additions and 1 deletions

View File

@ -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,