diff options
author | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
commit | d688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch) | |
tree | eb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /doc | |
parent | f1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff) | |
download | ffmpeg-d688f39dc4bccbc2af7fa5296330646f8a7a5fa4.tar.gz |
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 2 | ||||
-rw-r--r-- | doc/encoders.texi | 2 | ||||
-rw-r--r-- | doc/filters.texi | 6 | ||||
-rw-r--r-- | doc/protocols.texi | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 35771140e1..babe129767 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -279,7 +279,7 @@ present between the subtitle lines because of double-sized teletext charactes. Default value is 1. @item txt_duration Sets the display duration of the decoded teletext pages or subtitles in -miliseconds. Default value is 30000 which is 30 seconds. +milliseconds. Default value is 30000 which is 30 seconds. @item txt_transparent Force transparent background of the generated teletext bitmaps. Default value is 0 which means an opaque background. diff --git a/doc/encoders.texi b/doc/encoders.texi index d0caa77ee3..321eb2f880 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1401,7 +1401,7 @@ is 0. This is only used when @option{slice_mode} is set to @samp{fixed}. @item slice_mode -Set slice mode. Can assume one of the follwing possible values: +Set slice mode. Can assume one of the following possible values: @table @samp @item fixed diff --git a/doc/filters.texi b/doc/filters.texi index 42341ea9f3..24abdda095 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3243,7 +3243,7 @@ silenceremove=1:5:0.02 @end example @item -Trim all silence encountered from begining to end where there is more than 1 +Trim all silence encountered from beginning to end where there is more than 1 second of silence in audio: @example silenceremove=0:0:0:-1:1:-90dB @@ -4713,7 +4713,7 @@ ffmpeg -f lavfi -i color=c=black:s=1280x720 -i video.mp4 -shortest -filter_compl Display CIE color diagram with pixels overlaid onto it. -The filter acccepts the following options: +The filter accepts the following options: @table @option @item system @@ -4743,7 +4743,7 @@ Set CIE system. @item gamuts Set what gamuts to draw. -See @code{system} option for avaiable values. +See @code{system} option for available values. @item size, s Set ciescope size, by default set to 512. diff --git a/doc/protocols.texi b/doc/protocols.texi index 72b39145ec..9bbd1315fc 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -695,7 +695,7 @@ This protocol accepts the following options. @table @option @item timeout -Set timeout in miliseconds of socket I/O operations used by the underlying +Set timeout in milliseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified. |