Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-11 01:44:32 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-01-12 20:34:16 +0400
commitb25c239c7a14b06772e7ef051839e09af4cfcddb (patch)
treec2c74d02e1949eca2043e3ce720ba791c1d87783 /doc
parent58e1de724de9acdf8cc7da66ab7af5300cdf9689 (diff)
ffprobe: add support to audio frame information printing
Diffstat (limited to 'doc')
-rw-r--r--doc/ffprobe.texi2
-rw-r--r--doc/ffprobe.xsd4
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 5c591b1258..4382e66819 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -114,7 +114,7 @@ The information for each single packet is printed within a dedicated
section with name "PACKET".
@item -show_frames
-Show information about each video frame contained in the input multimedia
+Show information about each frame contained in the input multimedia
stream.
The information for each single frame is printed within a dedicated
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index e8269de333..9ac80bb0e6 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -55,6 +55,10 @@
<xsd:attribute name="pkt_dts_time" type="xsd:float"/>
<xsd:attribute name="pkt_pos" type="xsd:long" />
+ <!-- audio attributes -->
+ <xsd:attribute name="sample_fmt" type="xsd:string"/>
+ <xsd:attribute name="nb_samples" type="xsd:long" />
+
<!-- video attributes -->
<xsd:attribute name="width" type="xsd:long" />
<xsd:attribute name="height" type="xsd:long" />