|
|
|
@ -109,7 +109,7 @@ extern const AVPixFmtDescriptor av_pix_fmt_descriptors[]; |
|
|
|
|
* data[0]. The behavior is undefined if the format is not paletted. |
|
|
|
|
*/ |
|
|
|
|
void av_read_image_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4], |
|
|
|
|
const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component); |
|
|
|
|
const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Write the values from src to the pixel format component c of an |
|
|
|
@ -126,7 +126,7 @@ void av_read_image_line(uint16_t *dst, const uint8_t *data[4], const int linesiz |
|
|
|
|
* values to write to the image line |
|
|
|
|
*/ |
|
|
|
|
void av_write_image_line(const uint16_t *src, uint8_t *data[4], const int linesize[4], |
|
|
|
|
const AVPixFmtDescriptor *desc, int x, int y, int c, int w); |
|
|
|
|
const AVPixFmtDescriptor *desc, int x, int y, int c, int w); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the pixel format corresponding to name. |
|
|
|
|