---
 libavfilter/internal.h |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 44e7583..6a752dc 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -117,6 +117,14 @@ struct AVFilterPad {
      * input pads only.
      */
     int needs_fifo;
+
+    /**
+     * The filter expects writable frames from its input link,
+     * duplicating data buffers if needed.
+     *
+     * input pads only.
+     */
+    int needs_writable;
 };
 #endif
 
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to