mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Merge commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc'
* commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc': avfilter: add documentation for needs_writable Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
48276731d6
@ -385,6 +385,12 @@ struct AVFilterPad {
|
|||||||
*/
|
*/
|
||||||
int needs_fifo;
|
int needs_fifo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The filter expects writable frames from its input link,
|
||||||
|
* duplicating data buffers if needed.
|
||||||
|
*
|
||||||
|
* input pads only.
|
||||||
|
*/
|
||||||
int needs_writable;
|
int needs_writable;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user