comparison g726.c @ 6260:0014e6433d96 libavcodec

const
author michael
date Fri, 01 Feb 2008 14:36:44 +0000
parents 9dd54c009d47
children 931ca319f2fe
comparison
equal deleted inserted replaced
6259:ac7171cbf931 6260:0014e6433d96
371 } 371 }
372 #endif 372 #endif
373 373
374 static int g726_decode_frame(AVCodecContext *avctx, 374 static int g726_decode_frame(AVCodecContext *avctx,
375 void *data, int *data_size, 375 void *data, int *data_size,
376 uint8_t *buf, int buf_size) 376 const uint8_t *buf, int buf_size)
377 { 377 {
378 AVG726Context *c = avctx->priv_data; 378 AVG726Context *c = avctx->priv_data;
379 short *samples = data; 379 short *samples = data;
380 uint8_t code; 380 uint8_t code;
381 uint8_t mask; 381 uint8_t mask;