Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-09-24 11:05:42 +0300
committerNicolas George <george@nsup.org>2015-12-22 17:55:00 +0300
commitb8b7d5ac6c793b12db2c90627a136766852593cb (patch)
tree3107849ebc472f9078451cbeb4369e2d7230772c /libavfilter/avfilter.h
parentd03eab34dd8a0da63591b1fbc56149595d3907f7 (diff)
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 dec6a9198a..f2a934eda0 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;