summaryrefslogtreecommitdiffstats
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
authorDieter <freebsd@sopwith.solgatos.com>2006-01-28 16:05:06 +0000
committerAurelien Jacobs <aurel@gnuage.org>2006-01-28 16:05:06 +0000
commit1b47fafd9fa21a5bdafa41848dfdccd36623ee6c (patch)
tree2e7c4e1b0ee932f700f6eae90e5bec13887071bd /libavcodec/flicvideo.c
parentfdb52bccf609b88f81d3730ff88f8f784cd7be8a (diff)
downloadffmpeg-streaming-1b47fafd9fa21a5bdafa41848dfdccd36623ee6c.zip
ffmpeg-streaming-1b47fafd9fa21a5bdafa41848dfdccd36623ee6c.tar.gz
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 89879b0..fa128d0 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)
{
OpenPOWER on IntegriCloud