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>2013-10-02 01:42:07 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-10-03 11:19:38 +0400
commitf5b27b6d5f86626adf1ece529d8b48ddec7c2961 (patch)
tree37db2f73fe9b7087a3d267ed71c81e82620d65aa /doc/ffprobe.xsd
parentb5f219c904b9b17c35c5c5aee3384586cb6302a8 (diff)
ffprobe: print stream channel_layout when available
Fix trac ticket #3006.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index dae2b3fcf2..6a48ff432b 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -138,6 +138,7 @@
<xsd:attribute name="sample_fmt" type="xsd:string"/>
<xsd:attribute name="sample_rate" type="xsd:int"/>
<xsd:attribute name="channels" type="xsd:int"/>
+ <xsd:attribute name="channel_layout" type="xsd:string"/>
<xsd:attribute name="bits_per_sample" type="xsd:int"/>
<xsd:attribute name="id" type="xsd:string"/>