[FFmpeg-cvslog] r11751 - trunk/libavcodec/g726.c
michael
subversion
Fri Feb 1 15:36:45 CET 2008
Author: michael
Date: Fri Feb 1 15:36:44 2008
New Revision: 11751
Log:
const
Modified:
trunk/libavcodec/g726.c
Modified: trunk/libavcodec/g726.c
==============================================================================
--- trunk/libavcodec/g726.c (original)
+++ trunk/libavcodec/g726.c Fri Feb 1 15:36:44 2008
@@ -373,7 +373,7 @@ static int g726_encode_frame(AVCodecCont
static int g726_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size)
+ const uint8_t *buf, int buf_size)
{
AVG726Context *c = avctx->priv_data;
short *samples = data;
More information about the ffmpeg-cvslog
mailing list