diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-09-06 12:57:33 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-09-06 15:07:19 -0400 |
commit | e855ed17a722ef9787c1ea5761a6a86215519ebc (patch) | |
tree | 3b7f46d79c05b3489caadd459d1c5b4b634603c0 /doc/muxers.texi | |
parent | f12093fffdaee16b5ab40317704636e42254dbf0 (diff) | |
download | ffmpeg-e855ed17a722ef9787c1ea5761a6a86215519ebc.tar.gz |
Update md5 muxer docs to indicate that it ignores timestamps.
Diffstat (limited to 'doc/muxers.texi')
-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 ccd222c916..86ca4ad767 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -549,7 +549,7 @@ MD5 testing format. This muxer computes and prints the MD5 hash of all the input audio and video frames. By default audio frames are converted to signed 16-bit raw audio and video frames to raw video before computing the -hash. +hash. Timestamps are ignored. The output of the muxer consists of a single line of the form: MD5=@var{MD5}, where @var{MD5} is a hexadecimal number representing |