---
 libavcodec/opus_celt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/opus_celt.c b/libavcodec/opus_celt.c
index 3c86f66..1e7fadb 100644
--- a/libavcodec/opus_celt.c
+++ b/libavcodec/opus_celt.c
@@ -2105,7 +2105,6 @@ int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder 
*rc,
 
     for (i = 0; i < 2; i++ ) {
         CeltFrame *frame = &s->frame[i];
-        int j;
 
         if (!transient) {
             memcpy(frame->prev_energy[1], frame->prev_energy[0], 
sizeof(frame->prev_energy[0]));
-- 
1.9.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to