Browse Source

const

Originally committed as revision 11751 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
5cbbbf378f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/g726.c

+ 1
- 1
libavcodec/g726.c View File

@@ -373,7 +373,7 @@ static int g726_encode_frame(AVCodecContext *avctx,

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;


Loading…
Cancel
Save