summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-09 17:49:43 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-14 19:17:19 +0200
commit6b08ed9f956408e9d5ef0339a51258cb2a648042 (patch)
tree8f9e6bca1a3e1c6d08fd8c8d8604833e815866cc /doc
parent5d5ab3b4e68109f216467866d193182eb8e41386 (diff)
fftools/ffprobe: Don't access AVProgram.(start|end)_time
These are internal fields. Reviewed-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffprobe.xsd4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 79784b5146..b65e54dbef 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -269,10 +269,6 @@
<xsd:attribute name="program_id" type="xsd:int" use="required"/>
<xsd:attribute name="program_num" type="xsd:int" use="required"/>
<xsd:attribute name="nb_streams" type="xsd:int" use="required"/>
- <xsd:attribute name="start_time" type="xsd:float"/>
- <xsd:attribute name="start_pts" type="xsd:long"/>
- <xsd:attribute name="end_time" type="xsd:float"/>
- <xsd:attribute name="end_pts" type="xsd:long"/>
<xsd:attribute name="pmt_pid" type="xsd:int" use="required"/>
<xsd:attribute name="pcr_pid" type="xsd:int" use="required"/>
</xsd:complexType>