Commit d32f77f6 authored by reynaldo's avatar reynaldo

Silence some ICC warnings. Patch by Vitor Sessak.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16006 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent af01f19f
......@@ -600,7 +600,7 @@ void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
ff_qcelp_lspf2lpc(curr_lspf, lpc);
}
static int buf_size2bitrate(const int buf_size)
static qcelp_packet_rate buf_size2bitrate(const int buf_size)
{
switch(buf_size)
{
......@@ -611,7 +611,7 @@ static int buf_size2bitrate(const int buf_size)
case 1: return SILENCE;
}
return -1;
return I_F_Q;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment