pross <subversion at mplayerhq.hu> writes: > +#define DECLARE_DECODEPLANE(suffix, type) \ > +static void decodeplane##suffix(void *dst, const uint8_t const *buf, int buf_size, int bps, int plane) \ Did you mean "const uint8_t *const buf" there? -- M?ns Rullg?rd mans at mansr.com