mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
opusenc: Fix double-declaration of variable
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user