[FFmpeg-cvslog] avfilter/avf_avectorscope: improve description
Paul B Mahol
git at videolan.org
Sat Sep 14 14:12:31 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 14 12:11:22 2013 +0000| [7d8939a0ff7128268a6fc21d9f759ca1ff4d663e] | committer: Paul B Mahol
avfilter/avf_avectorscope: improve description
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d8939a0ff7128268a6fc21d9f759ca1ff4d663e
---
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 c22504e..73c5934 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),
More information about the ffmpeg-cvslog
mailing list