diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-07 21:06:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-07 21:06:46 +0000 |
commit | 2d7b5f091d9c9cdf3ceb59a51064c85be9d404df (patch) | |
tree | f9df70874256807776851ea469858ccf3ada981e /doc/protocols.texi | |
parent | 52c553302a6c6c4931308e9ba4802cca1b6ffb00 (diff) | |
download | ffmpeg-2d7b5f091d9c9cdf3ceb59a51064c85be9d404df.tar.gz |
Apply misc docs fixes spotted by Diego.
Originally committed as revision 24739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index cbabaf32a9..de7a6ec2fa 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -26,7 +26,7 @@ Physical concatenation protocol. Allow to read and seek from many resource in sequence as if they were a unique resource. -An URL accepted by this protocol has the syntax: +A URL accepted by this protocol has the syntax: @example concat:@var{URL1}|@var{URL2}|...|@var{URLN} @end example @@ -83,7 +83,7 @@ be used to test muxers without writing an actual file. Some examples follow. @example -# Write the MD5 hash of the encoded AVI file in the file output.avi.md5. +# Write the MD5 hash of the encoded AVI file to the file output.avi.md5. ffmpeg -i input.flv -f avi -y md5:output.avi.md5 # Write the MD5 hash of the encoded AVI file to stdout. |