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++;
_______________________________________________
FFmpeg-soc mailing list
FFmpeg-soc@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to