summaryrefslogtreecommitdiffstats
path: root/libavcodec/opusenc_psy.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-10-17 21:47:03 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-18 20:05:52 +0100
commit242d8c8763d86f27ad3d63a4d48deccbb133c6c7 (patch)
tree81a1be543af14abf3f18c19b74231abcd5c885e7 /libavcodec/opusenc_psy.c
parent32a618a948c20f18db102d0b0976790222a57105 (diff)
downloadffmpeg-streaming-242d8c8763d86f27ad3d63a4d48deccbb133c6c7.zip
ffmpeg-streaming-242d8c8763d86f27ad3d63a4d48deccbb133c6c7.tar.gz
opusenc: Fix double-declaration of variable
Diffstat (limited to 'libavcodec/opusenc_psy.c')
-rw-r--r--libavcodec/opusenc_psy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/opusenc_psy.c b/libavcodec/opusenc_psy.c
index b446d41..1b108ec 100644
--- a/libavcodec/opusenc_psy.c
+++ b/libavcodec/opusenc_psy.c
@@ -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];
OpenPOWER on IntegriCloud