opusenc: remove unused variable

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
Rostislav Pehlivanov 2017-07-18 04:12:59 +01:00
parent d8f1982639
commit 04a8e03ef0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {