[soc]: r5421 - jpeg2000/j2kdec.c
20 Oct
2009
20 Oct
'09
9:19 p.m.
Author: jai_menon Date: Tue Oct 20 23:19:55 2009 New Revision: 5421 Log: Mark j2k_flush as static. Modified: jpeg2000/j2kdec.c Modified: jpeg2000/j2kdec.c ============================================================================== --- jpeg2000/j2kdec.c Tue Oct 20 23:15:39 2009 (r5420) +++ jpeg2000/j2kdec.c Tue Oct 20 23:19:55 2009 (r5421) @@ -91,7 +91,7 @@ static int get_bits(J2kDecoderContext *s return res; } -void j2k_flush(J2kDecoderContext *s) +static void j2k_flush(J2kDecoderContext *s) { if (*s->buf == 0xff) s->buf++;
6168
Age (days ago)
6168
Last active (days ago)
0 comments
1 participants
participants (1)
-
jai_menon