ffprobe: add support to audio frame information printing

This commit is contained in:
Stefano Sabatini
2012-01-10 22:44:32 +01:00
parent 58e1de724d
commit b25c239c7a
3 changed files with 59 additions and 22 deletions

View File

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