Mercurial > libavcodec.hg
changeset 6285:5b44e0210dad libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 15:57:54 +0000 |
parents | 20a72aa8179b |
children | 07eeefc2825f |
files | truespeech.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/truespeech.c Fri Feb 01 15:57:38 2008 +0000 +++ b/truespeech.c Fri Feb 01 15:57:54 2008 +0000 @@ -57,7 +57,7 @@ return 0; } -static void truespeech_read_frame(TSContext *dec, uint8_t *input) +static void truespeech_read_frame(TSContext *dec, const uint8_t *input) { uint32_t t; @@ -329,7 +329,7 @@ static int truespeech_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { TSContext *c = avctx->priv_data;