summaryrefslogtreecommitdiff
path: root/doc/ffprobe-doc.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-28 23:17:59 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-28 23:17:59 +0000
commit530bbe96c7ccd1716342c1eea0e30109f8eab0d4 (patch)
treefcae27a24be1a2710303de2aa22c445453d5bc98 /doc/ffprobe-doc.texi
parent82505611493fc473359ceba2f32509557c790bae (diff)
Implement ffprobe -show_packets.
Originally committed as revision 24577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffprobe-doc.texi')
-rw-r--r--doc/ffprobe-doc.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffprobe-doc.texi b/doc/ffprobe-doc.texi
index 6792603375..d74a73fe42 100644
--- a/doc/ffprobe-doc.texi
+++ b/doc/ffprobe-doc.texi
@@ -95,6 +95,13 @@ stream.
All the container format information is printed within a section with
name ``FORMAT''.
+@item -show_packets
+Show information about each packet contained in the input multimedia
+stream.
+
+The information for each single packet is printed within a dedicated
+section with name ``PACKET''.
+
@item -show_streams
Show information about each media stream contained in the input
multimedia stream.