]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
Merge commit 'b8b21dee0f0b4bcc1888067c497d6e838859d2cd'
[ffmpeg] / libavfilter / avfilter.h
index 7aac3cf93425637eb31c2769177c80480c2f6cfe..dca02945f6f92b18bf38224f1e60588ad947f207 100644 (file)
@@ -509,6 +509,11 @@ struct AVFilterLink {
      * Number of past frames sent through the link.
      */
     int64_t frame_count;
+
+    /**
+     * A pointer to a FFVideoFramePool struct.
+     */
+    void *video_frame_pool;
 };
 
 /**