mirror of https://git.ffmpeg.org/ffmpeg.git
opusenc: Fix double-declaration of variable
This commit is contained in:
parent
32a618a948
commit
242d8c8763
|
@ -370,7 +370,6 @@ static int celt_search_for_tf(OpusPsyContext *s, OpusPsyStep **start, CeltFrame
|
|||
for (cway = 0; cway < 2; cway++) {
|
||||
int mag[2];
|
||||
int base = f->transient ? 120 : 960;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 2; i++) {
|
||||
int c = ff_celt_tf_select[f->size][f->transient][cway][i];
|
||||
|
|
Loading…
Reference in New Issue