diff roqvideodec.c @ 6218:dfdff1ca78a7 libavcodec

consts I have underestimated this a little, and these are just some ...
author michael
date Fri, 01 Feb 2008 03:26:31 +0000
parents f47bc5359101
children a6b0998e45d1
line wrap: on
line diff
--- a/roqvideodec.c	Fri Feb 01 02:36:09 2008 +0000
+++ b/roqvideodec.c	Fri Feb 01 03:26:31 2008 +0000
@@ -43,7 +43,7 @@
     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) {