]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'
[ffmpeg] / libavfilter / avfilter.h
index 04bf5855e29fce8368049cb3e7a82cf8dcdfc830..835a51917372336d95a8d6a29efedb6ada495115 100644 (file)
@@ -37,6 +37,7 @@
 
 #include "libavutil/attributes.h"
 #include "libavutil/avutil.h"
+#include "libavutil/buffer.h"
 #include "libavutil/dict.h"
 #include "libavutil/frame.h"
 #include "libavutil/log.h"
@@ -463,6 +464,12 @@ struct AVFilterLink {
      */
     AVRational frame_rate;
 
+    /**
+     * For hwaccel pixel formats, this should be a reference to the
+     * AVHWFramesContext describing the frames.
+     */
+    AVBufferRef *hw_frames_ctx;
+
     /**
      * Buffer partially filled with samples to achieve a fixed/minimum size.
      */