diff flicvideo.c @ 3071:cc0357a90e8f libavcodec

make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
author aurel
date Sat, 28 Jan 2006 16:05:06 +0000
parents 0b546eab515d
children c8c591fe26f8
line wrap: on
line diff
--- a/flicvideo.c	Sat Jan 28 00:57:59 2006 +0000
+++ b/flicvideo.c	Sat Jan 28 16:05:06 2006 +0000
@@ -415,7 +415,7 @@
     return buf_size;
 }
 
-int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
+static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
                                       void *data, int *data_size,
                                       uint8_t *buf, int buf_size)
 {