diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-22 01:42:29 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-22 09:34:56 +0200 |
commit | 4cd1addcc45a5feba525635c03f0f0239b10f990 (patch) | |
tree | 762360eeaaf111ccd15d32bb6dfe9e4456b4cc38 /doc/ffprobe.texi | |
parent | 07cdd394782b59ba97298100f25bac30399695dd (diff) | |
download | ffmpeg-4cd1addcc45a5feba525635c03f0f0239b10f990.tar.gz |
ffprobe: add -bitexact boolean option
The option is mostly useful to make ffprobe output independent from the
build, and in particular to fix FATE --enable-small failures.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 6809a99ef7..58ea38367d 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -170,6 +170,10 @@ Show information related to program and library versions. This is the equivalent of setting both @option{-show_program_version} and @option{-show_library_versions} options. +@item -bitexact +Force bitexact output, useful to produce output which is not dependent +on the specific build. + @item -i @var{input_file} Read @var{input_file}. |