summaryrefslogtreecommitdiff
path: root/doc/avprobe.texi
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-05-03 20:23:01 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-07 08:08:46 +0200
commit08354bf45849cba65fe6336908e5b9cfec5e28a2 (patch)
tree6f6d0e0028e15b18c7d65bb8fbedf56a63840661 /doc/avprobe.texi
parent0bbd874743538103c74f3c81df4f25b1bb3f1b2e (diff)
avprobe: allow showing only one container/stream property.
This is useful for writing unit tests. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/avprobe.texi')
-rw-r--r--doc/avprobe.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/avprobe.texi b/doc/avprobe.texi
index 6b2c800bf1..67c5e20813 100644
--- a/doc/avprobe.texi
+++ b/doc/avprobe.texi
@@ -94,6 +94,11 @@ stream.
All the container format information is printed within a section with
name "FORMAT".
+@item -show_format_entry @var{name}
+Like @option{-show_format}, but only prints the specified entry of the
+container format information, rather than all. This option may be given more
+than once, then all specified entries will be shown.
+
@item -show_packets
Show information about each packet contained in the input multimedia
stream.