]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
lavfi: add link.current_pts field.
[ffmpeg] / libavfilter / avfilter.h
index dec6a9198ab13310617e9ecc1cbfd153aab23356..f2a934eda0498f84b64ce53a3bc2c44b06a31cd3 100644 (file)
@@ -433,6 +433,12 @@ struct AVFilterLink {
      */
     struct AVFilterGraph *graph;
 
+    /**
+     * 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.