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:
Michael Niedermayer
2008-02-01 03:26:31 +00:00
parent ff794171c9
commit 7993df6527
33 changed files with 89 additions and 89 deletions

View File

@@ -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) {