Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
1e086fd730
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/j2kenc.c

+ 1
- 1
libavcodec/j2kenc.c View File

@@ -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…
Cancel
Save