diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-27 22:16:24 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-27 22:16:24 +0200 |
commit | 9bd23f6815c083ab3f483d61caa245d699d3cd8a (patch) | |
tree | 0a366df903ef6fd7f84a86cfc8b549b5f5dd2c41 | |
parent | a0b7853f7a4bd323df1f3db2c15d61e2178033bc (diff) | |
download | ffmpeg-9bd23f6815c083ab3f483d61caa245d699d3cd8a.tar.gz |
ashowinfo: fix typo in description.
-rw-r--r-- | libavfilter/af_ashowinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c index 9156eb5631..7c6af8b0a4 100644 --- a/libavfilter/af_ashowinfo.c +++ b/libavfilter/af_ashowinfo.c @@ -20,7 +20,7 @@ /** * @file - * filter fow showing textual audio frame information + * filter for showing textual audio frame information */ #include "libavutil/adler32.h" |