Browse Source

Merge commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc'

* commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc':
  avfilter: add documentation for needs_writable

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
48276731d6
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      libavfilter/avfilter.h

+ 6
- 0
libavfilter/avfilter.h View File

@@ -385,6 +385,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