Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-08 19:45:57 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-08 19:49:20 +0400
commit42b4da75b73d79e7323512bcfb7fe32ab0b24178 (patch)
tree64b9352a4e7ae6173f0c04385d29dcb2c802f97c /doc/ffprobe.xsd
parent2b1f6a351638da0b2e2135ea7febc880d0b8b7d3 (diff)
Print bits_per_raw_sample for ffprobe -show_streams.
Fixes ticket #3919.
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 32afa62064..5dfbb47dff 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -185,6 +185,7 @@
<xsd:attribute name="duration" type="xsd:float"/>
<xsd:attribute name="bit_rate" type="xsd:int"/>
<xsd:attribute name="max_bit_rate" type="xsd:int"/>
+ <xsd:attribute name="bits_per_raw_sample" type="xsd:int"/>
<xsd:attribute name="nb_frames" type="xsd:int"/>
<xsd:attribute name="nb_read_frames" type="xsd:int"/>
<xsd:attribute name="nb_read_packets" type="xsd:int"/>