diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-06-14 06:53:45 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-14 06:53:52 +0200 |
commit | 147adf2c4fc0d234921d4cb46fba1477e377f614 (patch) | |
tree | 62c7963577ce020c1ac3c44621124398f480cc48 /libavfilter/vf_spp.c | |
parent | 6fe419bf73146655961a373c734e9e4d8826c835 (diff) | |
download | ffmpeg-147adf2c4fc0d234921d4cb46fba1477e377f614.tar.gz |
lavfi/spp: fix description.
Diffstat (limited to 'libavfilter/vf_spp.c')
-rw-r--r-- | libavfilter/vf_spp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index b84cfb7055..9dbd85297a 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c @@ -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, |