Go to the documentation of this file.
22 #ifndef AVFILTER_AVFILTER_H
23 #define AVFILTER_AVFILTER_H
81 #define AV_PERM_READ 0x01
82 #define AV_PERM_WRITE 0x02
83 #define AV_PERM_PRESERVE 0x04
84 #define AV_PERM_REUSE 0x08
85 #define AV_PERM_REUSE2 0x10
86 #define AV_PERM_NEG_LINESIZES 0x20
371 uint64_t channel_layout,
int planar);
455 int perms,
int w,
int h);
460 uint64_t channel_layout,
int planar);
486 int perms,
int w,
int h);
491 uint64_t channel_layout,
int planar);
683 uint64_t channel_layout,
int planar);
822 unsigned filt_srcpad_idx,
unsigned filt_dstpad_idx);