consts
I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -43,7 +43,7 @@ static void roqvideo_decode_frame(RoqContext *ri)
|
||||
int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my;
|
||||
int frame_stats[2][4] = {{0},{0}};
|
||||
roq_qcell *qcell;
|
||||
unsigned char *buf = ri->buf;
|
||||
const unsigned char *buf = ri->buf;
|
||||
unsigned char *buf_end = ri->buf + ri->size;
|
||||
|
||||
while (buf < buf_end) {
|
||||
|
||||
Reference in New Issue
Block a user