From 31c21d2f690533ed9e8652b130d5ce4cad1fb13f Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Wed, 26 Mar 2014 19:24:35 +0100 Subject: [PATCH] Fix spelling errors in texi files: more informations --> more information allows to --> allows one to Signed-off-by: Michael Niedermayer (cherry picked from commit d473f2d18aef6731526324d28008874fac05f593) Signed-off-by: Michael Niedermayer --- doc/encoders.texi | 2 +- doc/ffserver.texi | 2 +- doc/outdevs.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index c28cbcbdf4..8aac0856fb 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 5eba26fab0..620c18bab9 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: