Commit 1e086fd7 authored by Michael Niedermayer's avatar Michael Niedermayer

j2kenc: cleanup() is not used outside thus it is static

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c153c003
......@@ -888,7 +888,7 @@ static int encode_tile(J2kEncoderContext *s, J2kTile *tile, int tileno)
return 0;
}
void cleanup(J2kEncoderContext *s)
static void cleanup(J2kEncoderContext *s)
{
int tileno, compno;
J2kCodingStyle *codsty = &s->codsty;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment