[FFmpeg-cvslog] lavfi/spp: fix description.

Clément Bœsch git at videolan.org
Fri Jun 14 06:58:27 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Jun 14 06:53:45 2013 +0200| [147adf2c4fc0d234921d4cb46fba1477e377f614] | committer: Clément Bœsch

lavfi/spp: fix description.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=147adf2c4fc0d234921d4cb46fba1477e377f614
---

 libavfilter/vf_spp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c
index b84cfb7..9dbd852 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,



More information about the ffmpeg-cvslog mailing list