[FFmpeg-cvslog] r11738 - trunk/libavcodec/rawdec.c
michael
subversion
Fri Feb 1 15:03:56 CET 2008
Author: michael
Date: Fri Feb 1 15:03:56 2008
New Revision: 11738
Log:
const
Modified:
trunk/libavcodec/rawdec.c
Modified: trunk/libavcodec/rawdec.c
==============================================================================
--- trunk/libavcodec/rawdec.c (original)
+++ trunk/libavcodec/rawdec.c Fri Feb 1 15:03:56 2008
@@ -96,7 +96,7 @@ static void flip(AVCodecContext *avctx,
static int raw_decode(AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size)
+ const uint8_t *buf, int buf_size)
{
RawVideoContext *context = avctx->priv_data;
More information about the ffmpeg-cvslog
mailing list