diff options
author | James Almer <jamrial@gmail.com> | 2021-07-14 12:48:10 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-08-07 10:16:07 -0300 |
commit | 44d5e12c8faa1c170ed9b6b0c9e18c7547572144 (patch) | |
tree | a67f96530f657a6425f95fd8608a3f9ca6e4611c /doc/ffprobe.xsd | |
parent | 6b11c12cf33b9761c3ac460737728228e86e9f04 (diff) | |
download | ffmpeg-44d5e12c8faa1c170ed9b6b0c9e18c7547572144.tar.gz |
ffprobe: remove references to frame->pkt_pts
The field was removed during the last major bump.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 250de8cd5c..0235070a7b 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -86,8 +86,6 @@ <xsd:attribute name="key_frame" type="xsd:int" use="required"/> <xsd:attribute name="pts" type="xsd:long" /> <xsd:attribute name="pts_time" type="xsd:float"/> - <xsd:attribute name="pkt_pts" type="xsd:long" /> - <xsd:attribute name="pkt_pts_time" type="xsd:float"/> <xsd:attribute name="pkt_dts" type="xsd:long" /> <xsd:attribute name="pkt_dts_time" type="xsd:float"/> <xsd:attribute name="best_effort_timestamp" type="xsd:long" /> |