diff mjpegdec.h @ 6222:01e909d2a435 libavcodec

const
author michael
date Fri, 01 Feb 2008 03:40:46 +0000
parents 1d83e9c34641
children 7fa807dd7958
line wrap: on
line diff
--- a/mjpegdec.h	Fri Feb 01 03:39:15 2008 +0000
+++ b/mjpegdec.h	Fri Feb 01 03:40:46 2008 +0000
@@ -103,7 +103,7 @@
 int ff_mjpeg_decode_end(AVCodecContext *avctx);
 int ff_mjpeg_decode_frame(AVCodecContext *avctx,
                           void *data, int *data_size,
-                          uint8_t *buf, int buf_size);
+                          const uint8_t *buf, int buf_size);
 int ff_mjpeg_decode_dqt(MJpegDecodeContext *s);
 int ff_mjpeg_decode_dht(MJpegDecodeContext *s);
 int ff_mjpeg_decode_sof(MJpegDecodeContext *s);