[FFmpeg-cvslog] opusenc: remove unused variable

Rostislav Pehlivanov git at videolan.org
Tue Jul 18 06:13:12 EEST 2017


ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Tue Jul 18 04:12:59 2017 +0100| [04a8e03ef09340ad95598957e2aaa42f1dbac20f] | committer: Rostislav Pehlivanov

opusenc: remove unused variable

Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04a8e03ef09340ad95598957e2aaa42f1dbac20f
---

 libavcodec/opusenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/opusenc.c b/libavcodec/opusenc.c
index 547c62cf6b..c54df8c060 100644
--- a/libavcodec/opusenc.c
+++ b/libavcodec/opusenc.c
@@ -207,7 +207,7 @@ static void celt_apply_preemph_filter(OpusEncContext *s, CeltFrame *f)
 /* Create the window and do the mdct */
 static void celt_frame_mdct(OpusEncContext *s, CeltFrame *f)
 {
-    int i, t, ch;
+    int t, ch;
     float *win = s->scratch, *temp = s->scratch + 1920;
 
     if (f->transient) {



More information about the ffmpeg-cvslog mailing list