Revision ee435580 libavutil/pixdesc.h
libavutil/pixdesc.h | ||
---|---|---|
109 | 109 |
* data[0]. The behavior is undefined if the format is not paletted. |
110 | 110 |
*/ |
111 | 111 |
void av_read_image_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4], |
112 |
const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component); |
|
112 |
const AVPixFmtDescriptor *desc, int x, int y, int c, int w, int read_pal_component);
|
|
113 | 113 |
|
114 | 114 |
/** |
115 | 115 |
* Write the values from src to the pixel format component c of an |
... | ... | |
126 | 126 |
* values to write to the image line |
127 | 127 |
*/ |
128 | 128 |
void av_write_image_line(const uint16_t *src, uint8_t *data[4], const int linesize[4], |
129 |
const AVPixFmtDescriptor *desc, int x, int y, int c, int w); |
|
129 |
const AVPixFmtDescriptor *desc, int x, int y, int c, int w);
|
|
130 | 130 |
|
131 | 131 |
/** |
132 | 132 |
* Return the pixel format corresponding to name. |
Also available in: Unified diff