mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
opusenc: remove unused variable
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
d8f1982639
commit
04a8e03ef0
@ -207,7 +207,7 @@ static void celt_apply_preemph_filter(OpusEncContext *s, CeltFrame *f)
|
|||||||
/* Create the window and do the mdct */
|
/* Create the window and do the mdct */
|
||||||
static void celt_frame_mdct(OpusEncContext *s, CeltFrame *f)
|
static void celt_frame_mdct(OpusEncContext *s, CeltFrame *f)
|
||||||
{
|
{
|
||||||
int i, t, ch;
|
int t, ch;
|
||||||
float *win = s->scratch, *temp = s->scratch + 1920;
|
float *win = s->scratch, *temp = s->scratch + 1920;
|
||||||
|
|
||||||
if (f->transient) {
|
if (f->transient) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user