From 1b47fafd9fa21a5bdafa41848dfdccd36623ee6c Mon Sep 17 00:00:00 2001 From: Dieter Date: Sat, 28 Jan 2006 16:05:06 +0000 Subject: make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flicvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flicvideo.c') diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 89879b0947..fa128d0d3b 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -415,7 +415,7 @@ static int flic_decode_frame_8BPP(AVCodecContext *avctx, 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) { -- cgit v1.2.3