diff 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
line wrap: on
line diff
--- a/roqvideo.h	Sat Feb 02 21:38:25 2008 +0000
+++ b/roqvideo.h	Sat Feb 02 21:55:56 2008 +0000
@@ -51,7 +51,7 @@
     roq_cell cb2x2[256];
     roq_qcell cb4x4[256];
 
-    unsigned char *buf;
+    const unsigned char *buf;
     int size;
     int width, height;