changeset 6262:8d57e5a33dbd libavcodec

const
author michael
date Fri, 01 Feb 2008 14:50:36 +0000
parents a0797336b964
children ddfd8aed3a3f
files cscd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cscd.c	Fri Feb 01 14:37:36 2008 +0000
+++ b/cscd.c	Fri Feb 01 14:50:36 2008 +0000
@@ -135,7 +135,7 @@
 #endif
 
 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
-                        uint8_t *buf, int buf_size) {
+                        const uint8_t *buf, int buf_size) {
     CamStudioContext *c = avctx->priv_data;
     AVFrame *picture = data;