Commit 01791786 authored by Michael Niedermayer's avatar Michael Niedermayer

forgotten const

Originally committed as revision 11770 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 13c2619e
......@@ -117,7 +117,7 @@ static int qpeg_table_w[16] =
/* Decodes delta frames */
static void qpeg_decode_inter(const uint8_t *src, uint8_t *dst, int size,
int stride, int width, int height,
int delta, uint8_t *ctable, uint8_t *refdata)
int delta, const uint8_t *ctable, uint8_t *refdata)
{
int i, j;
int code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment