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
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/ffprobe.xsd
parent58e1de724de9acdf8cc7da66ab7af5300cdf9689 (diff)
ffprobe: add support to audio frame information printing
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd4
1 files changed, 4 insertions, 0 deletions
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" />