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

opusenc: remove unused variable

Signed-off-by: Rostislav Pehlivanov <atomnu...@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) {

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to