summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-07-14 12:48:10 -0300
committerJames Almer <jamrial@gmail.com>2021-08-07 10:16:07 -0300
commit44d5e12c8faa1c170ed9b6b0c9e18c7547572144 (patch)
treea67f96530f657a6425f95fd8608a3f9ca6e4611c /doc
parent6b11c12cf33b9761c3ac460737728228e86e9f04 (diff)
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')
-rw-r--r--doc/ffprobe.xsd2
-rw-r--r--doc/filters.texi2
2 files changed, 1 insertions, 3 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" />
diff --git a/doc/filters.texi b/doc/filters.texi
index f5099f2b7f..bdeb3fedfd 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17161,7 +17161,7 @@ This filter supports the all above options as @ref{commands}.
@item
Output a csv with presentation time and the first two lines of identified EIA-608 captioning data.
@example
-ffprobe -f lavfi -i movie=captioned_video.mov,readeia608 -show_entries frame=pkt_pts_time:frame_tags=lavfi.readeia608.0.cc,lavfi.readeia608.1.cc -of csv
+ffprobe -f lavfi -i movie=captioned_video.mov,readeia608 -show_entries frame=pts_time:frame_tags=lavfi.readeia608.0.cc,lavfi.readeia608.1.cc -of csv
@end example
@end itemize