comparison pixdesc.h @ 987:f2fa8ffe7a05 libavutil

Reindent after r24101.
author stefano
date Thu, 08 Jul 2010 22:05:33 +0000
parents da1b5110dbd0
children
comparison
equal deleted inserted replaced
986:093c69c7b752 987:f2fa8ffe7a05
107 * format writes the values corresponding to the palette 107 * format writes the values corresponding to the palette
108 * component c in data[1] to dst, rather than the palette indexes in 108 * component c in data[1] to dst, rather than the palette indexes in
109 * data[0]. The behavior is undefined if the format is not paletted. 109 * data[0]. The behavior is undefined if the format is not paletted.
110 */ 110 */
111 void av_read_image_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4], 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 * Write the values from src to the pixel format component c of an 115 * Write the values from src to the pixel format component c of an
116 * image line. 116 * image line.
117 * 117 *
124 * @param y the vertical coordinate of the first pixel to write 124 * @param y the vertical coordinate of the first pixel to write
125 * @param w the width of the line to write, that is the number of 125 * @param w the width of the line to write, that is the number of
126 * values to write to the image line 126 * values to write to the image line
127 */ 127 */
128 void av_write_image_line(const uint16_t *src, uint8_t *data[4], const int linesize[4], 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 * Return the pixel format corresponding to name. 132 * Return the pixel format corresponding to name.
133 * 133 *
134 * If there is no pixel format with name name, then looks for a 134 * If there is no pixel format with name name, then looks for a