[FFmpeg-soc] [soc]: r5421 - jpeg2000/j2kdec.c

jai_menon subversion at mplayerhq.hu
Tue Oct 20 23:19:55 CEST 2009


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++;


More information about the FFmpeg-soc mailing list