diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-31 23:45:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-03 18:54:51 +0100 |
commit | bd0f866731ac8fed122100e5a4b86ac8f0d81dd1 (patch) | |
tree | 62799c4ac6a768ac104ab0455022cfa9a4970555 /doc/formats.texi | |
parent | 898635ad9ec9cadc3c45b61fba97a471f2be7d27 (diff) | |
download | ffmpeg-bd0f866731ac8fed122100e5a4b86ac8f0d81dd1.tar.gz |
doc: Better documentation for the bitexact flag
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index bdae84232e..bca8924ebe 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -56,7 +56,9 @@ Enable RTP MP4A-LATM payload. @item nobuffer Reduce the latency introduced by optional buffering @item bitexact -Only write binary portable, build and time independant data. +Only write platform-, build- and time-independent data. +This ensures that file and data checksums are reproducable and match between +platforms. Its primary use is for regression testing. @end table @item seek2any @var{integer} (@emph{input}) |