aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-09-18 17:28:53 +0200
committerClément Bœsch <ubitux@gmail.com>2011-09-18 17:32:03 +0200
commit46f415b5533feffd92ccda8cb15670cd70a2963d (patch)
treeb545f074937036e91632b8c3150080c82e63edd6
parent46c9ddf83cdaa097af0730aeefbed8ed5cb0c5f2 (diff)
downloadffmpeg-46f415b5533feffd92ccda8cb15670cd70a2963d.tar.gz
doc/filters: fix numer/number typo.
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 173c6f6c79..fc33accff7 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".