You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
opusenc: remove unused variable
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user