提交 30266c92 编写于 作者: S Stefano Sabatini

Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a

(non const) AVPixFmtDescriptor *.

Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 e7f98e4e
......@@ -72,7 +72,7 @@ typedef struct AVPixFmtDescriptor{
*/
extern const AVPixFmtDescriptor av_pix_fmt_descriptors[];
static inline void read_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4], AVPixFmtDescriptor *desc, int x, int y, int c, int w)
static inline void read_line(uint16_t *dst, const uint8_t *data[4], const int linesize[4], const AVPixFmtDescriptor *desc, int x, int y, int c, int w)
{
AVComponentDescriptor comp= desc->comp[c];
int plane= comp.plane;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册