summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-22 10:34:31 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-12-27 12:58:08 +0100
commitf1a4182e8ea70d36c82c2a88e197144715dfd23d (patch)
tree2d21cdd80eb3946d0a2009c304a534808716dc43 /doc/ffprobe.texi
parent93613338fee6ecc633b588b7e264d2a379055866 (diff)
ffprobe: add show_private_data option
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 89b270d7bb..4af13d69e5 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -115,6 +115,12 @@ multimedia stream.
Each media stream information is printed within a dedicated section
with name "STREAM".
+@item -show_private_data, -private
+Show private data, that is data depending on the format of the
+particular shown element.
+This option is enabled by default, but you may need to disable it
+for specific uses, for example when creating XSD-compliant XML output.
+
@item -i @var{input_file}
Read @var{input_file}.