[FFmpeg-cvslog] doc/avtools-common-opts: fix a few typos in the "Stream specifiers" section

Stefano Sabatini git at videolan.org
Fri Jul 20 13:00:09 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Jul 20 12:55:14 2012 +0200| [3bd3e46c918005ab5b0fdfd36911373a6e94df9b] | committer: Stefano Sabatini

doc/avtools-common-opts: fix a few typos in the "Stream specifiers" section

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bd3e46c918005ab5b0fdfd36911373a6e94df9b
---

 doc/avtools-common-opts.texi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 8246a7c..b05b5fa 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -18,10 +18,10 @@ are used to precisely specify which stream(s) does a given option belong to.
 
 A stream specifier is a string generally appended to the option name and
 separated from it by a colon. E.g. @code{-codec:a:1 ac3} option contains
- at code{a:1} stream specifer, which matches the second audio stream. Therefore it
+ at code{a:1} stream specifier, which matches the second audio stream. Therefore it
 would select the ac3 codec for the second audio stream.
 
-A stream specifier can match several stream, the option is then applied to all
+A stream specifier can match several streams, the option is then applied to all
 of them. E.g. the stream specifier in @code{-b:a 128k} matches all audio
 streams.
 
@@ -44,6 +44,7 @@ program with id @var{program_id}. Otherwise matches all streams in this program.
 @item #@var{stream_id}
 Matches the stream by format-specific ID.
 @end table
+
 @section Generic options
 
 These options are shared amongst the av* tools.



More information about the ffmpeg-cvslog mailing list