From 7d8939a0ff7128268a6fc21d9f759ca1ff4d663e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 14 Sep 2013 12:11:22 +0000 Subject: [PATCH] avfilter/avf_avectorscope: improve description Signed-off-by: Paul B Mahol --- libavfilter/avf_avectorscope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c index c22504e582..73c5934e34 100644 --- a/libavfilter/avf_avectorscope.c +++ b/libavfilter/avf_avectorscope.c @@ -20,7 +20,7 @@ /** * @file - * audio to video multimedia vector scope filter + * audio to video multimedia vectorscope filter */ #include "libavutil/avassert.h" @@ -263,7 +263,7 @@ static const AVFilterPad audiovectorscope_outputs[] = { AVFilter avfilter_avf_avectorscope = { .name = "avectorscope", - .description = NULL_IF_CONFIG_SMALL("Display audio vector scope."), + .description = NULL_IF_CONFIG_SMALL("Convert input audio to vectorscope video output."), .uninit = uninit, .query_formats = query_formats, .priv_size = sizeof(AudioVectorScopeContext),