[FFmpeg-cvslog] r11725 - trunk/libavcodec/flac.c
michael
subversion
Fri Feb 1 05:14:47 CET 2008
Author: michael
Date: Fri Feb 1 05:14:46 2008
New Revision: 11725
Log:
const
Modified:
trunk/libavcodec/flac.c
Modified: trunk/libavcodec/flac.c
==============================================================================
--- trunk/libavcodec/flac.c (original)
+++ trunk/libavcodec/flac.c Fri Feb 1 05:14:46 2008
@@ -590,7 +590,7 @@ static int decode_frame(FLACContext *s,
static int flac_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size)
+ const uint8_t *buf, int buf_size)
{
FLACContext *s = avctx->priv_data;
int tmp = 0, i, j = 0, input_buf_size = 0;
More information about the ffmpeg-cvslog
mailing list