avfilter: add needs_writable field to the internal AVFilterPad structure

pull/53/head
Vittorio Giovara 11 years ago
parent d44bd7fb27
commit 5655732c77
  1. 8
      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

Loading…
Cancel
Save