j2kenc: cleanup() is not used outside thus it is static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c153c00367
commit
1e086fd730
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user