diff options
author | Martin Storsjö <martin@martin.st> | 2012-12-07 16:15:37 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-07 16:16:20 +0100 |
commit | 4ed0c35c40b7be19d892f48c35743a642757ac87 (patch) | |
tree | 61d3a01f966d993919bc295beef796fc77d182de /doc/ffmpeg-codecs.texi | |
parent | 1c779854b52972e48d87bf6fed0b9f6fbf7a9af3 (diff) | |
download | ffmpeg-4ed0c35c40b7be19d892f48c35743a642757ac87.tar.gz |
avcodec: Fix a typo in an option description
Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Clément Bœsch <ubitux@gmail.com>
Diffstat (limited to 'doc/ffmpeg-codecs.texi')
-rw-r--r-- | doc/ffmpeg-codecs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-codecs.texi b/doc/ffmpeg-codecs.texi index ba31a2125f..0bbf716057 100644 --- a/doc/ffmpeg-codecs.texi +++ b/doc/ffmpeg-codecs.texi @@ -823,7 +823,7 @@ detect a good number of threads @end table @item me_threshold @var{integer} (@emph{encoding,video}) -Set motion estimaton threshold. +Set motion estimation threshold. @item mb_threshold @var{integer} (@emph{encoding,video}) Set macroblock threshold. |