mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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…
x
Reference in New Issue
Block a user