Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-11 00:17:42 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-11 00:24:20 +0300
commitd759f7f1d080f2a31024f7fe6477c9a3ca5ec01f (patch)
tree44c0cf298e0c51954083699cbfa457c1db68a914 /libavcodec/j2kenc.c
parent05cc8c8e4b7008ff3be8ec477c901b2ceca4b16b (diff)
avcodec/j2kenc: remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/j2kenc.c')
-rw-r--r--libavcodec/j2kenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c
index dbe0783b36..948255ec64 100644
--- a/libavcodec/j2kenc.c
+++ b/libavcodec/j2kenc.c
@@ -319,7 +319,6 @@ static int put_qcd(Jpeg2000EncoderContext *s, int compno)
static int put_com(Jpeg2000EncoderContext *s, int compno)
{
- int i;
int size = 4 + strlen(LIBAVCODEC_IDENT);
if (s->avctx->flags & CODEC_FLAG_BITEXACT)