ffprobe: show audio frame channels and channel_layout

This commit is contained in:
Stefano Sabatini
2012-07-30 15:53:14 +02:00
parent 23fc4dd6e7
commit c809b89a12
2 changed files with 10 additions and 0 deletions

View File

@@ -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" />