summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-30 15:53:14 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-31 13:21:29 +0200
commitc809b89a1272226916890e6bff7d406772c846e1 (patch)
treecf764019decad0e5296c61ecc13fe81707e12b24 /doc/ffprobe.xsd
parent23fc4dd6e7e150ea163a867dfaee2062ade90b74 (diff)
ffprobe: show audio frame channels and channel_layout
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 3a4a8cce2b..13c0d02ae3 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -62,6 +62,8 @@
<!-- audio attributes -->
<xsd:attribute name="sample_fmt" type="xsd:string"/>
<xsd:attribute name="nb_samples" type="xsd:long" />
+ <xsd:attribute name="channels" type="xsd:int" />
+ <xsd:attribute name="channel_layout" type="xsd:string"/>
<!-- video attributes -->
<xsd:attribute name="width" type="xsd:long" />