diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-03-26 19:24:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-27 03:58:56 +0100 |
commit | d473f2d18aef6731526324d28008874fac05f593 (patch) | |
tree | 21150d8b8516a8765f22363ab50968d85b8c2f07 | |
parent | cf3bfc970c7a567763aef4bf7ce827f84d692fd6 (diff) | |
download | ffmpeg-d473f2d18aef6731526324d28008874fac05f593.tar.gz |
Fix spelling errors in texi files: more informations --> more information allows to --> allows one to
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/encoders.texi | 2 | ||||
-rw-r--r-- | doc/ffserver.texi | 2 | ||||
-rw-r--r-- | doc/outdevs.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 34403ab546..386ac19cca 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1271,7 +1271,7 @@ Requires the presence of the libtheora headers and library during configuration. You need to explicitly configure the build with @code{--enable-libtheora}. -For more informations about the libtheora project see +For more information about the libtheora project see @url{http://www.theora.org/}. @subsection Options diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 4ef30faec9..fb90dd650d 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -111,7 +111,7 @@ must be configured in the stream configuration. They are sent to the @command{ffmpeg} encoders. The @command{ffmpeg} @option{override_ffserver} commandline option -allows to override the encoding parameters set by the server. +allows one to override the encoding parameters set by the server. Multiple streams can be connected to the same feed. diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 328ab06f8e..bc94b9ed0c 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -216,7 +216,7 @@ OpenGL output device. To enable this output device you need to configure FFmpeg with @code{--enable-opengl}. -Device allows to render to OpenGL context. +This output device allows one to render to OpenGL context. Context may be provided by application or default SDL window is created. When device renders to external context, application must implement handlers for following messages: |