From b3d5468d87a6e37a41a2c0f504321452de5f845c Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 2 Feb 2008 21:55:56 +0000 Subject: Add some const where appropriate Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/roqvideo.h') diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index c7544278f2..3345635ee8 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -51,7 +51,7 @@ typedef struct RoqContext { roq_cell cb2x2[256]; roq_qcell cb4x4[256]; - unsigned char *buf; + const unsigned char *buf; int size; int width, height; -- cgit v1.2.3