Commit be78f085 authored by vitor's avatar vitor

Misc cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 715f6b52
......@@ -135,7 +135,6 @@ static void add_wav(int n, int skip_first, int *m, const int16_t *s1,
dest[i] = ((*(s1++))*v[0] + (*(s2++))*v[1] + (*(s3++))*v[2]) >> 12;
}
static void lpc_filter(const int16_t *lpc_coefs, const int16_t *adapt_coef,
void *out, int *statbuf, int len)
{
......@@ -384,7 +383,6 @@ static int ra144_decode_frame(AVCodecContext * avctx,
return 20;
}
AVCodec ra_144_decoder =
{
"real_144",
......
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