comparison roqvideo.h @ 6314:de5d97b6c25b libavcodec

Add some const where appropriate
author reimar
date Sat, 02 Feb 2008 21:55:56 +0000
parents 1d83e9c34641
children f7cbb7733146
comparison
equal deleted inserted replaced
6313:ce8de7773485 6314:de5d97b6c25b
49 int first_frame; 49 int first_frame;
50 50
51 roq_cell cb2x2[256]; 51 roq_cell cb2x2[256];
52 roq_qcell cb4x4[256]; 52 roq_qcell cb4x4[256];
53 53
54 unsigned char *buf; 54 const unsigned char *buf;
55 int size; 55 int size;
56 int width, height; 56 int width, height;
57 57
58 /* Encoder only data */ 58 /* Encoder only data */
59 AVRandomState randctx; 59 AVRandomState randctx;