Go to the documentation of this file.
19 #ifndef AVFILTER_DRAWUTILS_H
20 #define AVFILTER_DRAWUTILS_H
33 int *is_packed_rgba,
uint8_t rgba_map[4]);
36 uint8_t *src[4],
int pixelstep[4],
37 int hsub,
int vsub,
int x,
int y,
int w,
int h);
40 uint8_t *src[4],
int src_linesize[4],
int pixelstep[4],
41 int hsub,
int vsub,
int x,
int y,
int y2,
int w,
int h);