This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
c153c00367
commit
1e086fd730
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save