diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-14 11:59:13 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-15 11:46:47 +0100 |
commit | 1a490df12fd987c91e22d30be322aab14a7eac8a (patch) | |
tree | e069ea0fbf908b43eca02dd32bf7fc1af9c0fa1e /doc/ffprobe.xsd | |
parent | 96d815fc0c71d08b9c4bd65aea021bd0760f2287 (diff) | |
download | ffmpeg-1a490df12fd987c91e22d30be322aab14a7eac8a.tar.gz |
ffprobe: show pkt_size in frame
Fix trac ticket #2027.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index d9c9392060..d9c6655464 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -59,6 +59,7 @@ <xsd:attribute name="pkt_duration" type="xsd:long" /> <xsd:attribute name="pkt_duration_time" type="xsd:float"/> <xsd:attribute name="pkt_pos" type="xsd:long" /> + <xsd:attribute name="pkt_size" type="xsd:int" /> <!-- audio attributes --> <xsd:attribute name="sample_fmt" type="xsd:string"/> |