diff options
author | Nicolas George <george@nsup.org> | 2014-04-21 17:49:33 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-08-17 11:30:55 +0200 |
commit | 4f3e2f107b6315ae4ea74799c2a6314ded3b595d (patch) | |
tree | ceb5df41b326d435e2f1697a9fbd2bbe46704480 /doc/ffprobe.xsd | |
parent | 32c712f1437b7f3db889cec19dcb53f757a1dea6 (diff) | |
download | ffmpeg-4f3e2f107b6315ae4ea74799c2a6314ded3b595d.tar.gz |
ffprobe: add -show_data_hash option.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 2d933c12f7..32afa62064 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -50,6 +50,7 @@ <xsd:attribute name="pos" type="xsd:long" /> <xsd:attribute name="flags" type="xsd:string" use="required" /> <xsd:attribute name="data" type="xsd:string" /> + <xsd:attribute name="data_hash" type="xsd:string" /> </xsd:complexType> <xsd:complexType name="frameType"> @@ -153,6 +154,7 @@ <xsd:attribute name="codec_tag" type="xsd:string" use="required"/> <xsd:attribute name="codec_tag_string" type="xsd:string" use="required"/> <xsd:attribute name="extradata" type="xsd:string" /> + <xsd:attribute name="extradata_hash" type="xsd:string" /> <!-- video attributes --> <xsd:attribute name="width" type="xsd:int"/> |