diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2019-10-30 10:48:44 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-30 11:10:25 +0100 |
commit | a269fa044b1364af1654456c33b7d45407822876 (patch) | |
tree | 3691d73fd90b196b4f24b39bc91f15c56a85c62e | |
parent | d6ac6650b911f0957e69545d7fc25be6b7728705 (diff) | |
download | ffmpeg-streaming-a269fa044b1364af1654456c33b7d45407822876.zip ffmpeg-streaming-a269fa044b1364af1654456c33b7d45407822876.tar.gz |
doc: fix typo in muxers documentation
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 4c88b5d..09ded7d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2084,7 +2084,7 @@ but supports several other algorithms. The output of the muxer consists of one line per stream of the form: @var{streamindex},@var{streamtype},@var{algo}=@var{hash}, where @var{streamindex} is the index of the mapped stream, @var{streamtype} is a -single characer indicating the type of stream, @var{algo} is a short string +single character indicating the type of stream, @var{algo} is a short string representing the hash function used, and @var{hash} is a hexadecimal number representing the computed hash. |