Commit 8788d316 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5655732c'

* commit '5655732c':
  avfilter: add needs_writable field to the internal AVFilterPad structure
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 48276731 5655732c
......@@ -141,6 +141,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment