This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter: add needs_writable field to the internal AVFilterPad structure
tags/n2.2-rc1
Vittorio Giovara
11 years ago
parent
d44bd7fb27
commit
5655732c77
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
libavfilter/internal.h
+ 8
- 0
libavfilter/internal.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save