[FFmpeg-cvslog] doc/filters: fix numer/number typo.
Clément Bœsch
git at videolan.org
Sun Sep 18 17:32:54 CEST 2011
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Sep 18 17:28:53 2011 +0200| [46f415b5533feffd92ccda8cb15670cd70a2963d] | committer: Clément Bœsch
doc/filters: fix numer/number typo.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46f415b5533feffd92ccda8cb15670cd70a2963d
---
doc/filters.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 173c6f6..fc33acc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -110,7 +110,7 @@ The filter accepts a string of the form:
the corresponding numeric value defined in @file{libavutil/samplefmt.h}.
@var{channel_layout} specifies the channel layout, and can be a string
-or the corresponding numer value defined in @file{libavutil/chlayout.h}.
+or the corresponding number value defined in @file{libavutil/chlayout.h}.
@var{packing_format} specifies the type of packing in output, can be one
of "planar" or "packed", or the corresponding numeric values "0" or "1".
More information about the ffmpeg-cvslog
mailing list