avfilter: add documentation for needs_writable

pull/53/head
Vittorio Giovara 11 years ago
parent 11d704dc94
commit d44bd7fb27
  1. 6
      libavfilter/avfilter.h

@ -358,6 +358,12 @@ struct AVFilterPad {
*/
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