Revision efdc74ef libavfilter/avfilter.h
libavfilter/avfilter.h | ||
---|---|---|
115 | 115 |
#define AV_PERM_PRESERVE 0x04 ///< nobody else can overwrite the buffer |
116 | 116 |
#define AV_PERM_REUSE 0x08 ///< can output the buffer multiple times, with the same contents each time |
117 | 117 |
#define AV_PERM_REUSE2 0x10 ///< can output the buffer multiple times, modified each time |
118 |
|
|
119 |
int interlaced; ///< is frame interlaced |
|
120 |
int top_field_first; |
|
118 | 121 |
} AVFilterPicRef; |
119 | 122 |
|
120 | 123 |
/** |
Also available in: Unified diff