This change gets rid of another compiler warning.
Originally committed as revision 16005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIA/EIA/IS-733 2.4.8.7.1
*/
static int determine_bitrate(AVCodecContext *avctx, const int buf_size,
- uint8_t **buf)
+ const uint8_t **buf)
{
qcelp_packet_rate bitrate;
}
static int qcelp_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
- uint8_t *buf, const int buf_size)
+ const uint8_t *buf, int buf_size)
{
QCELPContext *q = avctx->priv_data;
float *outbuffer = data;