Commit 04a8e03e authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

opusenc: remove unused variable

Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent d8f19826
......@@ -207,7 +207,7 @@ static void celt_apply_preemph_filter(OpusEncContext *s, CeltFrame *f)
/* Create the window and do the mdct */
static void celt_frame_mdct(OpusEncContext *s, CeltFrame *f)
{
int i, t, ch;
int t, ch;
float *win = s->scratch, *temp = s->scratch + 1920;
if (f->transient) {
......
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