summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-09-24 10:05:42 +0200
committerNicolas George <george@nsup.org>2015-12-22 15:55:00 +0100
commitb8b7d5ac6c793b12db2c90627a136766852593cb (patch)
tree3107849ebc472f9078451cbeb4369e2d7230772c /libavfilter/avfilter.h
parentd03eab34dd8a0da63591b1fbc56149595d3907f7 (diff)
downloadffmpeg-streaming-b8b7d5ac6c793b12db2c90627a136766852593cb.zip
ffmpeg-streaming-b8b7d5ac6c793b12db2c90627a136766852593cb.tar.gz
lavfi: add link.current_pts field.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index dec6a91..f2a934e 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -435,6 +435,12 @@ struct AVFilterLink {
/**
* Current timestamp of the link, as defined by the most recent
+ * frame(s), in link time_base units.
+ */
+ int64_t current_pts;
+
+ /**
+ * Current timestamp of the link, as defined by the most recent
* frame(s), in AV_TIME_BASE units.
*/
int64_t current_pts_us;
OpenPOWER on IntegriCloud