Go to the documentation of this file.
19 #ifndef AVUTIL_IMGUTILS_H
20 #define AVUTIL_IMGUTILS_H
81 uint8_t *ptr,
const int linesizes[4]);
106 const uint8_t *src,
int src_linesize,
107 int bytewidth,
int height);
115 void av_image_copy(uint8_t *dst_data[4],
int dst_linesizes[4],
116 const uint8_t *src_data[4],
const int src_linesizes[4],