diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-29 14:18:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-31 11:51:58 +0200 |
commit | 461d04d956965b565e8f63b5e31d00a213721113 (patch) | |
tree | 5e61cb71a53303c74cba44c3b9b6461751a6ff82 /doc | |
parent | 61ea0e3191de67b981ef5b846592fc2b55d5afc1 (diff) | |
download | ffmpeg-461d04d956965b565e8f63b5e31d00a213721113.tar.gz |
fftools/ffprobe: Add missing dispositions
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffprobe.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 4427d02d77..a9ffe57f16 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -199,6 +199,11 @@ <xsd:attribute name="clean_effects" type="xsd:int" use="required" /> <xsd:attribute name="attached_pic" type="xsd:int" use="required" /> <xsd:attribute name="timed_thumbnails" type="xsd:int" use="required" /> + <xsd:attribute name="captions" type="xsd:int" use="required" /> + <xsd:attribute name="descriptions" type="xsd:int" use="required" /> + <xsd:attribute name="metadata" type="xsd:int" use="required" /> + <xsd:attribute name="dependent" type="xsd:int" use="required" /> + <xsd:attribute name="still_image" type="xsd:int" use="required" /> </xsd:complexType> <xsd:complexType name="streamType"> |